Click or drag to resize

IntegerArrayRandom Method

Overload List
  NameDescription
Public methodStatic memberRandom(Int32)
Creates the IntegerArray of given size which is random permutation of numbers from 0 to size - 1.
Public methodStatic memberRandom(Int32, DUDistribution)
Creates the IntegerArray of given size with elements that are sampled from the specified distribution.
Public methodStatic memberRandom(Int32, Int32)
Creates the IntegerArray of given size and fill it with uniform distributed non-negative integers less than specified value.
Public methodStatic memberRandom(Int32, Int32, Int32)
Creates the IntegerArray of given size and fill it with uniform distributed integer numbers from specified boundaries.
Top
See Also