Generate next random number.

Namespace:  AForge.Math.Random
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float Next()

Return Value

Returns next random number.

Implements

IRandomNumberGenerator..::.Next()()()

See Also