Initializes a new instance of the ExponentialGenerator class.
Namespace:
AForge.Math.RandomAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentException | Rate value should be greater than zero. |