Rng..::..RandomNormal Method

Returns an integer based on a normal distribution

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public int RandomNormal(
	int mean,
	int stand
)

Parameters

mean
Type: Int32
The mean value for the distribution
stand
Type: Int32
The standard deviation of the distribution

Return Value

A random value