Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Creaturestests
MutatorTests
SpecialRandom
C# Class Creaturestests.MutatorTests.SpecialRandom
Inheritance:
System.Random
ファイルを表示
Open project: Confirmit/Students
Public Methods
Method
Description
Next
( ) :
int
Next
(
int
first
) :
int
Next
(
int
first
,
int
second
) :
int
SpecialRandom
( ) :
System
Method Details
Next()
public
method
public
Next
( ) :
int
return
int
Next()
public
method
public
Next
(
int
first
) :
int
first
int
return
int
Next()
public
method
public
Next
(
int
first
,
int
second
) :
int
first
int
second
int
return
int
SpecialRandom()
public
method
public
SpecialRandom
( ) :
System
return
System