RiTa
index
Name RiTa.randomOrdering()
Class RiTa
Description Returns a randomly ordered array of unique integers from 0 to numElements -1. The size of the array will be numElements.
Syntax
RiTa.randomOrdering(numElements);
Returns int[]
Usage Web & Application    [static]
Related