 | FloatRandomLaplaceDistribution Constructor |
Constructs a random number generator for a Laplace distribution
using a default mean of 0.0 and default scale of 1.0.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatRandomLaplaceDistribution()
public:
FloatRandomLaplaceDistribution()
new : unit -> FloatRandomLaplaceDistribution
RemarksThe scale factor determines the standard deviation:
sigma = scale * sqrt(2)
See Also