Click or drag to resize
Accord.NET (logo)

ExponentialGenerator Constructor (Single)

Initializes a new instance of the ExponentialGenerator class.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public ExponentialGenerator(
	float rate
)
Request Example View Source

Parameters

rate
Type: SystemSingle
Rate value.
Exceptions
ExceptionCondition
ArgumentExceptionRate value should be greater than zero.
See Also