xmath_random.gsf
名前
xmath_random() - 乱数を取得する。
概要
ret = xmath_random( num [, seed] )
説明
- bash環境のみで利用可能です。
引数・戻り値
- num
- 取得する乱数の数。
- seed
- 乱数の種。1以上。
- ret
- スペース区切りの乱数列
ソースコード
- xmath_random.gsf (必須)
xmath_random() - 乱数を取得する。
ret = xmath_random( num [, seed] )