module Random

Direct including types

Random::MT19937

Defined in:

Constant Summary

Class Method Summary

Instance Method Summary

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)