xmath_random.gsf
Name
xmath_random() - Get random number.
Synopsis
ret = xmath_random( num [, seed] )
Description
- Usable only for bash environment.
Options and Return values
- num
- Number of random numbers.
- seed
- Seed of random number. seed > 0.
- ret
- List of random numbers separated by space.
Script source code
- xmath_random.gsf (necessary)