Overload List
| Name | Description | |
|---|---|---|
| Next(IRandomNumberDistribution<(Of <(Double>)>)) |
Creates a matrix whose columns contain independent random number streams
following the given probablility distibution.
(Inherited from IndependentRandomStreams.) | |
| Next(array<IRandomNumberDistribution<(Of <(Double>)>)>[]()[]) |
Creates a matrix whose columns contain independent random number streams
where each stream follows a specified probablility distibution.
(Inherited from IndependentRandomStreams.) | |
| Next(IRandomNumberDistribution<(Of <(Single>)>)) |
Creates a matrix whose columns contain independent random number streams
following the given probablility distibution.
(Inherited from IndependentRandomStreams.) | |
| Next(array<IRandomNumberDistribution<(Of <(Single>)>)>[]()[]) |
Creates a matrix whose columns contain independent random number streams
where each stream follows a specified probablility distibution.
(Inherited from IndependentRandomStreams.) | |
| Next<(Of <(T>)>)(IRandomNumberDistribution<(Of <(T>)>)) |
Returns an array of independent random number streams with the given
distribution.
(Inherited from IndependentRandomStreams.) | |
| Next<(Of <(T>)>)(array<IRandomNumberDistribution<(Of <(T>)>)>[]()[]) |
Returns an array of random number streams, each with a
a different specified distribution.
(Inherited from IndependentRandomStreams.) |