class Random

Public Class Methods

rand(*) click to toggle source
# File lib/fair_dice_roll.rb, line 19
def self.rand(*)
  FairDiceRoll::RANDOM_NUMBER
end

Public Instance Methods

rand(*) click to toggle source
# File lib/fair_dice_roll.rb, line 23
def rand(*)
  FairDiceRoll::RANDOM_NUMBER
end