libtcod-net
GetRandomInt Method (min, max)
NamespaceslibtcodWrapperTCODRandomGetRandomInt(Int32, Int32)
Obtain a random integer in a given range
Declaration Syntax
C#
public int GetRandomInt(
	int min,
	int max
)
Parameters
min (Int32)
Minimum number to generate
max (Int32)
Maximum number to generate
Return Value
Random Number

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)