llFrand
function ll.Frand(Magnitude: number): numberReturns a pseudo random number in the range [0, Magnitude] or [Magnitude, 0].
Returns a pseudo-random number between [0, Magnitude].
Parameters
-
Magnitude(number)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llFrand