Click or drag to resize
Accord.NET (logo)

IRandomNumberGeneratorTGenerate Method

Generates a random observation from the current distribution.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
T Generate()

Return Value

Type: T
A random observations drawn from this distribution.
See Also