Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AGENT
Contrib
Util
Random
C# Class AGENT.Contrib.Util.Random
Exibir arquivo
Open project: nothingmn/AGENT.Contrib
Class Usage Examples
Public Methods
Method
Description
Next
(
int
min
,
int
max
) :
int
Return an int greater or equal at min and less than max
Method Details
Next()
public
static
method
Return an int greater or equal at min and less than max
public
static
Next
(
int
min
,
int
max
) :
int
min
int
max
int
return
int