Skip to content

Commit

Permalink
Merge pull request #14 from andregce/main
Browse files Browse the repository at this point in the history
Update fair_dice_roll.rb
  • Loading branch information
laserlemon authored May 8, 2024
2 parents c2a6f99 + e3cb451 commit 4008ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fair_dice_roll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require "securerandom"

module FairDiceRoll
RANDOM_NUMBER = 12 # chosen by fair dice roll.
# guaranteed to be random.
RANDOM_NUMBER = 1 # chosen by fair dice roll.
# guaranteed to be random.
end

module Kernel
Expand Down

0 comments on commit 4008ae6

Please sign in to comment.