Skip to content

llFrand

function ll.Frand(Magnitude: number): number

Returns a pseudo random number in the range [0, Magnitude] or [Magnitude, 0].

Returns a pseudo-random number between [0, Magnitude].

Parameters
Magnitude (number)

Add example usage here showing SLua/Luau syntax with ll.Frand().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.