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
MBGen
LongRandom
C# Class MBGen.LongRandom
Exibir arquivo
Open project: TheBerkin/MoistBanana
Class Usage Examples
Public Methods
Method
Description
LongRandom
( ) :
System
LongRandom
(
int
seed
) :
System
LongRandom
(
string
seed
) :
System
Next
( ) :
int
Next
(
int
min
,
int
max
) :
int
Method Details
LongRandom()
public
method
public
LongRandom
( ) :
System
return
System
LongRandom()
public
method
public
LongRandom
(
int
seed
) :
System
seed
int
return
System
LongRandom()
public
method
public
LongRandom
(
string
seed
) :
System
seed
string
return
System
Next()
public
method
public
Next
( ) :
int
return
int
Next()
public
method
public
Next
(
int
min
,
int
max
) :
int
min
int
max
int
return
int