Class Singleton
The Singleton class is a public static class that holds the DefaultRandom generator.
Inheritance
System.Object
Singleton
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: RogueSharp.Random
Assembly: RogueSharp.dll
Syntax
public static class Singleton
Fields
| Improve this Doc View SourceDefaultRandom
The DefaultRandom generator is DotNetRandom from System.Random
Declaration
public static readonly DotNetRandom DefaultRandom
Field Value
Type | Description |
---|---|
DotNetRandom |