Keyword(s) to search:
Sort results by title
Keyword Index
Rng
.
.
::
.
.
RandomNormal Method
Returns an integer based on a normal distribution
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
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
See Also
Rng Class
AngbandOS.Core Namespace