Initializes a new instance of the ExponentialGenerator class.

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

Syntax

C#
public ExponentialGenerator(
	float rate
)

Parameters

rate
Type: System..::.Single
Rate value.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionRate value should be greater than zero.

See Also