The definition for all random number generators.
View code on GitHub
Inheritance Hierarchy
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
The Randomizer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Randomizer | Initializes a new instance of the Randomizer class |
Methods
Name | Description | |
---|---|---|
Get(Int32, Int32) |
Returns an integer greater than or equal to min and strictly less than max
View code on GitHub | |
Get(Single, Single) |
Returns a float between min and max, by default a value between zero and one.
View code on GitHub | |
Use |
Properties
Name | Description | |
---|---|---|
Current |
See Also