Difference between revisions of "LlFrand"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 45: Line 45:
<div style="padding: 0.5em">
<div style="padding: 0.5em">
<lsl>
<lsl>
default {
  state_entry()
  {
      llSay(0,"The absolute value of -4.5 is: "+(string)llFabs(-4.5) );
  }
}
</lsl>
</lsl>
</div>
</div>
Line 57: Line 51:
|
|
<div id="box">
<div id="box">
== Helper Functions ==
== Helper Functions ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">

Revision as of 01:53, 25 January 2007

The correct title of this article is llFrand. The initial letter is shown capitalized due to technical restrictions.


float llFrand( float mag);

  • mag - Any valid float value

Specification

returns random number in range [0,mag)

Energy: 10.0
Sleep: 0.0
Function ID: 8

Caveats

Examples

<lsl> </lsl>

Helper Functions

<lsl> </lsl>

See Also

Notes