|
Empeld
Empeld plugin documentation.
|
A basic implementation of a random number generator More...
Public Member Functions | |
| PseudoRandom (int seed) | |
| Instantiates a new instance with a given seed More... | |
| float | Rand (int val) |
| Returns float 0.0 - 1.0 More... | |
Public Attributes | |
| readonly int | Seed |
| The seed for this instance of the random generator More... | |
A basic implementation of a random number generator
| pluginbase.Helpers.Computative.Random.PseudoRandom.PseudoRandom | ( | int | seed | ) |
Instantiates a new instance with a given seed
| seed | Seed. |
| float pluginbase.Helpers.Computative.Random.PseudoRandom.Rand | ( | int | val | ) |
Returns float 0.0 - 1.0
| val | A System.Int32 |
Implements pluginbase.Helpers.Computative.Random.IPseudoRandom.
| readonly int pluginbase.Helpers.Computative.Random.PseudoRandom.Seed |
The seed for this instance of the random generator