IntegerArrayRandom Method |
Name | Description | |
---|---|---|
Random(Int32) |
Creates the IntegerArray of given size which is random permutation
of numbers from 0 to size - 1.
| |
Random(Int32, DUDistribution) |
Creates the IntegerArray of given size with elements that are sampled
from the specified distribution.
| |
Random(Int32, Int32) |
Creates the IntegerArray of given size and fill it with uniform distributed non-negative integers less than specified value.
| |
Random(Int32, Int32, Int32) |
Creates the IntegerArray of given size and fill it with uniform distributed integer numbers from specified boundaries.
|