Click or drag to resize

IndependentRandomStreamsFill Method

Overload List
 NameDescription
Public methodFill(IRandomNumberDistributionDouble, DoubleMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distribution.
Public methodFill(IRandomNumberDistributionDouble, DoubleMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distributions.
Public methodFill(IRandomNumberDistributionSingle, FloatMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distribution.
Public methodFill(IRandomNumberDistributionSingle, FloatMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distributions.
Public methodFillT(IRandomNumberDistributionT, T) Fills an array of independent random number streams with random deiviats which follow the given probability distribution.
Public methodFillT(IRandomNumberDistributionT, T) Fills an array of independent random number streams with each stream following a given probability distribution.
Top
See Also