[This is preliminary documentation and is subject to change.]
Generates random number in min..max range
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public int NextScaledRandomInteger(
int bound1,
int bound2 = 0
)
public int NextScaledRandomInteger(
int bound1,
int bound2 = 0
)
Public Function NextScaledRandomInteger (
bound1 As Integer,
Optional bound2 As Integer = 0
) As Integer
Public Function NextScaledRandomInteger (
bound1 As Integer,
Optional bound2 As Integer = 0
) As Integer
public:
int NextScaledRandomInteger(
int bound1,
int bound2 = 0
)
public:
int NextScaledRandomInteger(
int bound1,
int bound2 = 0
)
member NextScaledRandomInteger :
bound1 : int *
?bound2 : int
(* Defaults:
let _bound2 = defaultArg bound2 0
*)
-> int
member NextScaledRandomInteger :
bound1 : int *
?bound2 : int
(* Defaults:
let _bound2 = defaultArg bound2 0
*)
-> int
Return Value
Type:
Int32