Click or drag to resize

VectorRandom Method

Overload List
  NameDescription
Public methodStatic memberRandom(Int32)
Creates the vector of given size with elements that are sampled from the continuous uniform [0;1] distribution.
Public methodStatic memberRandom(CVDistribution)
Creates the vector that is a sample of given mutlivariate distribution.
Public methodStatic memberRandom(Int32, CUDistribution)
Creates the vector of given size with elements that are sampled from the specified distribution.
Public methodStatic memberRandom(Int32, RandomGenerator)
Creates the vector of given size with elements uniformly distributed in [0; 1].
Public methodStatic memberRandom(Int32, Random)
Creates the vector of given size with elements uniformly distributed in [0; 1].
Top
See Also