Initializes a new instance of the UniformOneGenerator class.

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

Syntax

C#
public UniformOneGenerator(
	int seed
)

Parameters

seed
Type: System..::.Int32
Seed value to initialize random numbers generator.

See Also