LlFrand
- The correct title of this article is llFrand. The initial letter is shown capitalized due to technical restrictions.
Specificationreturns random number in range [0,mag)
| ||||||
Caveats | ||||||
Examples<lsl> default { state_entry()
{
llSay(0,"The absolute value of -4.5 is: "+(string)llFabs(-4.5) );
}
} </lsl> | ||||||
Helper Functions<lsl> </lsl> | ||||||
See Also | ||||||
Notes |