Randomizer ClassDelta Engine Documentation
The definition for all random number generators. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Core Randomizer
    DeltaEngine.Core FixedRandom
    DeltaEngine.Core PseudoRandom

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class Randomizer

The Randomizer type exposes the following members.

Constructors

  NameDescription
Protected methodRandomizer
Initializes a new instance of the Randomizer class
Top
Methods

  NameDescription
Public methodGet(Int32, Int32)
Returns an integer greater than or equal to min and strictly less than max View code on GitHub
Public methodGet(Single, Single)
Returns a float between min and max, by default a value between zero and one. View code on GitHub
Public methodStatic memberUse
Top
Properties

  NameDescription
Public propertyStatic memberCurrent
Top
See Also