VectorRandom Method |
Name | Description | |
---|---|---|
Random(Int32) |
Creates the vector of given size with elements that are sampled
from the continuous uniform [0;1] distribution.
| |
Random(CVDistribution) |
Creates the vector that is a sample of given mutlivariate distribution.
| |
Random(Int32, CUDistribution) |
Creates the vector of given size with elements that are sampled
from the specified distribution.
| |
Random(Int32, RandomGenerator) |
Creates the vector of given size with elements uniformly
distributed in [0; 1].
| |
Random(Int32, Random) |
Creates the vector of given size with elements uniformly
distributed in [0; 1].
|