Click or drag to resize

FloatRandomExponentialDistribution(Single, Single) Constructor

Constructs a random number generator for an exponential distribution using the specified distribution parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatRandomExponentialDistribution(
	float displacement,
	float scale
)

Parameters

displacement  Single
Displacement.
scale  Single
Scale factor.
See Also