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
Oxygenize
RandomizerExtensions
C# Class Oxygenize.RandomizerExtensions
Taken from http://stackoverflow.com/questions/609501/generating-a-random-decimal-in-c-sharp Jon Skeet's answer
ファイルを表示
Open project: kamil-mrzyglod/Oxygenize
Public Methods
Method
Description
NextDecimal
(
this
rng
) :
decimal
NextInt32
(
this
rng
) :
int
Method Details
NextDecimal()
public
static
method
public
static
NextDecimal
(
this
rng
) :
decimal
rng
this
return
decimal
NextInt32()
public
static
method
public
static
NextInt32
(
this
rng
) :
int
rng
this
return
int