Independent |
| Name | Description | |
|---|---|---|
| Next(IRandomNumberDistributionDouble) | Creates a matrix whose columns contain independent random number streams following the given probablility distibution. | |
| Next(IRandomNumberDistributionDouble) | Creates a matrix whose columns contain independent random number streams where each stream follows a specified probablility distibution. | |
| Next(IRandomNumberDistributionSingle) | Creates a matrix whose columns contain independent random number streams following the given probablility distibution. | |
| Next(IRandomNumberDistributionSingle) | Creates a matrix whose columns contain independent random number streams where each stream follows a specified probablility distibution. | |
| NextT(IRandomNumberDistributionT) | Returns an array of independent random number streams with the given distribution. | |
| NextT(IRandomNumberDistributionT) | Returns an array of random number streams, each with a a different specified distribution. |