Wiki

Clone wiki

RogueSharp / RogueSharp.Random / MinRandom / Next

MinRandomNext Method (Int32)

Gets the next integer in the series which will always be 0

Namespace: RogueSharp.Random
Assembly:

Syntax

public int Next(
    int maxValue
)

Parameters

maxValue

Type: SystemInt32
Inclusive maximum result which is not used in this case

Return Value

Type: Int32
Returns the integer 0

Implements

IRandomNext(Int32)

See Also

Reference

MinRandom Class
RogueSharp.Random Namespace

[4]: 2014-2016 Faron Bracy

Updated