Click or drag to resize

RandomGeneratorInt Method (Int32)

Get a random Int32.

Namespace:  WhetStone.Random
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public int Int(
	int max
)

Parameters

max
Type: SystemInt32
The maximum value that can be returned. exclusive.

Return Value

Type: Int32
A randomly generated Int32 between 0 and max.
See Also