ExternalRandomGenerator NextScaledRandomInteger Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Generates random number in min..max range

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int NextScaledRandomInteger(
	int bound1,
	int bound2 = 0
)

Return Value

Type: OnlineInt32
See Also