module Kernel

Public Class Methods

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

Public Instance Methods

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