Wiki

Clone wiki

RogueSharp / RogueSharp.Random / GaussianRandom / Next_1

GaussianRandomNext Method (Int32, Int32)

Will approximately give the next random Gaussian integer between the specified min and max values inclusively so that min and max are at 3.5 deviations from the mean (half-way of min and max).

Namespace: RogueSharp.Random
Assembly:

Syntax

public int Next(
    int minValue,
    int maxValue
)

Parameters

minValue

Type: SystemInt32
Inclusive minimum result

maxValue

Type: SystemInt32
Inclusive maximum result

Return Value

Type: Int32
Returns a pseudo-random integer between the specified minValue and maxValue inclusive

Implements

IRandomNext(Int32, Int32)

See Also

Reference

GaussianRandom Class
RogueSharp.Random Namespace

[4]: 2014-2016 Faron Bracy

Updated