Wiki

Clone wiki

RogueSharp / RogueSharp.Random / DotNetRandom / _ctor_1

DotNetRandom Constructor (Int32)

Constructs a new pseudo-random number generator with the specified seed

Namespace: RogueSharp.Random
Assembly:

Syntax

public DotNetRandom(
    int seed
)

Parameters

seed

Type: SystemInt32
An integer used to calculate a starting value for the pseudo-random number sequence

See Also

Reference

DotNetRandom Class
RogueSharp.Random Namespace

[3]: 2014-2016 Faron Bracy

Updated