class Random::Number
RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.
Constants
- DICE_ROLL
Chosen by fair dice roll. Guaranteed to be random.
Public Class Methods
get_random_number()
click to toggle source
Returns a random number
@return [Integer] random number
# File lib/random/number.rb, line 11 def self.get_random_number DICE_ROLL end