llFrand

From Second Life Wiki
Revision as of 20:31, 25 January 2007 by Strife Onizuka (talk | contribs) (LlFrand moved to LSL llFrand)
Jump to navigation Jump to search

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

Summary

Function: float llFrand( float mag );

Returns a float that is random and in the range [0.0,mag) or (mag, 0.0].

• float mag Any valid float value

Specification

returns random number in range [0.0, mag) or (mag, 0.0]; depending upon the sign of mag.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function float llFrand( float mag );