Module Backports::Random::Implementation
In: lib/backports/random/implementation.rb

Implementation corresponding to the actual Random class of Ruby The actual random generator (mersenne twister) is in MT19937. Ruby specific conversions are handled in bits_and_bytes. The high level stuff (argument checking) is done here.

Methods

==   bytes   marshal_dump   marshal_load   new   rand   srand  

Attributes

seed  [R] 

Public Class methods

Public Instance methods

[Validate]