Interface IRng
An rng element.
Namespace: FasterGames.Whiskey
Assembly: cs.temp.dll.dll
Syntax
public interface IRng
Methods
Range(Single, Single)
Generates a random number within a range.
Declaration
float Range(float minInclusive, float maxInclusive)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | minInclusive | min inclusive number |
| System.Single | maxInclusive | max inclusive number |
Returns
| Type | Description |
|---|---|
| System.Single | random number |