Class |
RiTa |
||
---|---|---|---|
Name |
randomOrdering |
||
Description | Returns a randomly ordered array of unique integers from 0 to the argument supplied. The JavaScript version also accepts an array to be re-ordered as the sole parameter |
||
Example |
array = RiTa.randomOrdering(5); |
||
Parameters |
|
||
Returns |
|
||
Syntax |
RiTa.randomOrdering(numElements); |
||
Platform | Java / JavaScript | ||