Click or drag to resize
Accord.NET (logo)

ZigguratUniformGenerator Constructor (Double, Double)

Initializes a new instance of the ZigguratExponentialGenerator class.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public ZigguratUniformGenerator(
	double min,
	double max
)
Request Example View Source

Parameters

min
Type: SystemDouble
The lower bound for generated values.
max
Type: SystemDouble
The upper bound for generated values.
See Also