Click or drag to resize

SkipAheadRandomStreams Methods

The SkipAheadRandomStreams type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep, independent copy of self.
(Overrides IndependentRandomStreamsClone)
Public methodDispose Frees the stream data structure.
(Inherited from IndependentRandomStreams)
Protected methodDispose(Boolean) Frees the stream data structure.
(Inherited from IndependentRandomStreams)
Public methodFill(IRandomNumberDistributionDouble, DoubleMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distribution.
(Inherited from IndependentRandomStreams)
Public methodFill(IRandomNumberDistributionDouble, DoubleMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distributions.
(Inherited from IndependentRandomStreams)
Public methodFill(IRandomNumberDistributionSingle, FloatMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distribution.
(Inherited from IndependentRandomStreams)
Public methodFill(IRandomNumberDistributionSingle, FloatMatrix) Fills the columns of a given matrix with independent random streams following the given probablility distributions.
(Inherited from IndependentRandomStreams)
Public methodFillT(IRandomNumberDistributionT, T) Fills an array of independent random number streams with random deiviats which follow the given probability distribution.
(Inherited from IndependentRandomStreams)
Public methodFillT(IRandomNumberDistributionT, T) Fills an array of independent random number streams with each stream following a given probability distribution.
(Inherited from IndependentRandomStreams)
Protected methodFinalize Frees the stream data structure.
(Inherited from IndependentRandomStreams)
Public methodNext(IRandomNumberDistributionDouble) Creates a matrix whose columns contain independent random number streams following the given probablility distibution.
(Inherited from IndependentRandomStreams)
Public methodNext(IRandomNumberDistributionDouble) Creates a matrix whose columns contain independent random number streams where each stream follows a specified probablility distibution.
(Inherited from IndependentRandomStreams)
Public methodNext(IRandomNumberDistributionSingle) Creates a matrix whose columns contain independent random number streams following the given probablility distibution.
(Inherited from IndependentRandomStreams)
Public methodNext(IRandomNumberDistributionSingle) Creates a matrix whose columns contain independent random number streams where each stream follows a specified probablility distibution.
(Inherited from IndependentRandomStreams)
Public methodNextT(IRandomNumberDistributionT) Returns an array of independent random number streams with the given distribution.
(Inherited from IndependentRandomStreams)
Public methodNextT(IRandomNumberDistributionT) Returns an array of random number streams, each with a a different specified distribution.
(Inherited from IndependentRandomStreams)
Top
See Also