module Diceudiceu::BarrelOfMonkeys
Public Instance Methods
bold()
click to toggle source
# File diceu, line 39 def bold "\e[1m#{self}\e[0m" end
secure_sample()
click to toggle source
# File diceu, line 27 def secure_sample sample(random: Random.new(SecureRandom.random_bytes(4).unpack("N")[0])) end