Click or drag to resize
Accord.NET (logo)

UniformGenerator Constructor (Range)

Initializes a new instance of the UniformGenerator class.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public UniformGenerator(
	Range range
)
Request Example View Source

Parameters

range
Type: AccordRange
Random numbers range.
Remarks
Initializes random numbers generator with zero seed.
See Also