Rand
Revision as of 13:48, 24 May 2008 by imported>Haama (Added algorithm info)
A command for Oblivion Script Extender
Syntax:
rand [min] [max]
Returns a random number between min and max.
Example
set n to rand 1 100
Notes
- This function uses the Mersenne Twister algorithm.