login

xmath_random.gsf

Top / GrADS / script / xmath_random.gsf

Japanese / English

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