Click or drag to resize
RandomNextRayleigh Method
Generate a pseudorandom number from a Rayleigh distribution.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double NextRayleigh(
	double alpha
)

Parameters

alpha
Type: SystemDouble
A double which specifies the scale parameter of the Rayleigh distribution

Return Value

Type: Double
A double, a pseudorandom number from a Rayleigh distribution
Remarks

Method NextRayleigh generates pseudorandom numbers from a Rayleigh distribution with scale parameter alpha.

See Also