Click or drag to resize
Accord.NET (logo)

GaussianGeneratorNext Method

Generate next random number.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float Next()
Request Example View Source

Return Value

Type: Single
Returns next random number.

Implements

IRandomNumberGeneratorNext
See Also