Skip to content

Commit

Permalink
Merge pull request #12 from laserlemon/rainbow-re-roll
Browse files Browse the repository at this point in the history
Re-roll
  • Loading branch information
laserlemon authored Apr 15, 2024
2 parents 1bf42d4 + c5c0acf commit fbea53a
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 = "P" # chosen by fair dice roll.
# guaranteed to be random.
RANDOM_NUMBER = 12 # chosen by fair dice roll.
# guaranteed to be random.
end

module Kernel
Expand Down

0 comments on commit fbea53a

Please sign in to comment.