RangeOfIntegersRandom Method (Random) |
Generate a random number using a specific random instance
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public int Random(
Random r
)
Public Function Random (
r As Random
) As Integer
public:
int Random(
Random^ r
)
member Random :
r : Random -> int
Parameters
- r
- Type: SystemRandom
Random
Return Value
Type:
Int32Random value
See Also