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.
seed | [R] |