Tesla Graphics Engine Documentation (January 2012)
NextRandomInt Method (low, high)
TeslaTesla.CoreEngineValueMapNextRandomInt(Int32, Int32)
Gets the next non-negative random value between the low and high values.
Declaration Syntax
C#
public int NextRandomInt(
	int low,
	int high
)
Parameters
low (Int32)
Minimum value
high (Int32)
Maximum value
Return Value
Non-negative random int in the low-high range

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)