IRandom Interface |
Namespace: Gamelogic.Extensions
[VersionAttribute(1, 5, 0)] public interface IRandom
The IRandom type exposes the following members.
| Name | Description | |
|---|---|---|
| Next |
Gets the next the random integer value.
| |
| Next(Int32) |
Gets the next the random integer value below the given maximum.
| |
| Next(Int32, Int32) |
Gets the next the random integer value greater than or equal to the minimum
and below the given maximum.
| |
| NextBytes |
Fills the given array with random bytes.
| |
| NextDouble |
Gets the next the random double value.
| |
| RandomOnSphere |
Returns a random value on the surface of a sphere with a given radius.
|