IRandomNumberGeneratorT Interface |
Namespace: Accord.Math.Random
Name | Description | |
---|---|---|
Generate |
Generates a random observation from the current distribution.
| |
Generate(Int32) |
Generates a random vector of observations from the current distribution.
| |
Generate(Int32, T) |
Generates a random vector of observations from the current distribution.
|
The interface defines set of methods and properties, which should be implemented by different algorithms for random numbers generation.