2,736
edits
Red Leader (talk | contribs) (→resolvepath(): Finish docing) |
Red Leader (talk | contribs) (→rand(): Range is between 0 (inclusive) and 1 (exclusive)) |
||
| Line 1,944: | Line 1,944: | ||
|syntax = rand(); | |syntax = rand(); | ||
|source = {{flightgear file|src/Scripting/NasalSys.cxx|l=554|t=Source}} | |source = {{flightgear file|src/Scripting/NasalSys.cxx|l=554|t=Source}} | ||
|text = Returns a random floating point number between 0 and 1. It takes no arguments. | |text = Returns a random floating point number between 0 (inclusive) and 1 (exclusive). It takes no arguments. | ||
|example1 = print(rand()); # prints random number | |example1 = print(rand()); # prints random number | ||
}} | }} | ||