RogueSharp
Show / Hide Table of Contents

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 Source

DefaultRandom

The DefaultRandom generator is DotNetRandom from System.Random

Declaration
public static readonly DotNetRandom DefaultRandom
Field Value
Type Description
DotNetRandom
  • Improve this Doc
  • View Source
RogueSharp © 2014-2020 Faron Bracy
Back to top