<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > STAT (Statistical module) > Stat_Random |
Description
Fill ArrayVariable with a random sequence of numbers.
Syntax
STAT_Random(ArrayVariable, From, To, Seed)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
ArrayVariable |
Numeric Array |
No |
The array containing data |
From |
Numeric |
No |
Starting from position |
To |
Numeric |
No |
Till to position |
Seed |
Numeric |
No |
Seed generator |
Remarks
Restrictions
See also
Examples