module Random
Direct including types
Random::MT19937
Defined in:
Constant Summary
DEFAULT
=
MT19937
.
new
Class Method Summary
.new
(seed = new_seed)
.new_seed
.rand
.rand
(x)
Instance Method Summary
#next_bool
#next_float
#next_int
#next_u32
#rand
#rand
(x : Range(Int, Int))
#rand
(x : Int)
Class Method Detail
def self.
new
(seed = new_seed)
def self.
new_seed
def self.
rand
def self.
rand
(x)
Instance Method Detail
def
next_bool
def
next_float
def
next_int
abstract def
next_u32
def
rand
def
rand
(x :
Range
(
Int
,
Int
))
def
rand
(x :
Int
)