Difference between revisions of "random"
Jump to navigation
Jump to search
m (collated notes) |
|||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | Random real value from 0 (inclusive) to x (not inclusive). |= Description | + | | Random real (floating point) value from 0 (inclusive) to x (not inclusive). |= Description |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 08:38, 29 March 2009
Notes
- Be careful using random numbers in multiplayer, each client will come up with a different result. See multiplayer tutorials for more general information about locality.
- The number returned is unlikely to be a whole number.
To return a whole number use either round, ceil or floor together with random: