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
Runevision
Structures
Rand
C# Class Runevision.Structures.Rand
Inheritance:
System.Random
Exibir arquivo
Open project: mortennobel/A-Study-in-Composition
Public Methods
Method
Description
Rand
( ) :
System
Rand
(
int
seed
) :
System
Range
(
float
min
,
float
max
) :
float
Range
(
int
min
,
int
max
) :
int
Method Details
Rand()
public
method
public
Rand
( ) :
System
return
System
Rand()
public
method
public
Rand
(
int
seed
) :
System
seed
int
return
System
Range()
public
method
public
Range
(
float
min
,
float
max
) :
float
min
float
max
float
return
float
Range()
public
method
public
Range
(
int
min
,
int
max
) :
int
min
int
max
int
return
int