Click or drag to resize

RandGenLogNormal(RandomNumberGeneratorUniformRandomNumber) Constructor

Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a lognormal distribution with a mean of 1.0 and variance of 0.1.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenLogNormal(
	RandomNumberGeneratorUniformRandomNumber rand
)

Parameters

rand  RandomNumberGeneratorUniformRandomNumber
A delegate method that returns a uniform random deviate between 0 and 1.
See Also