IUserAccessiableCreateRandomArray Method |
Name | Description | |
---|---|---|
CreateRandomArray(Int32) |
Returns an integers array with size inSize, containing numbers in the range [1,inSize], in randomized order.
| |
CreateRandomArray(Int32, Int32, Int32) |
Returns an integers array with size inSize, containing numbers in the range [inMinValue,inMaxValue], in randomized order.
values amount in the range [inMinValue,inMaxValue] must be equal to or greater than inSize.
|