Click or drag to resize
Accord.NET (logo)

ZigguratExponentialGenerator Constructor (Int32)

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 ZigguratExponentialGenerator(
	int seed
)
Request Example View Source

Parameters

seed
Type: SystemInt32
The random seed to use. Default is to use the next value from the the framework-wide random generator.
See Also