# Functions
Float64 returns a random number between 0 and 1 It will be granular to the ten-thousandths since this is a cribbage game and does not need finer floats than that.
Int returns a random integer between 0 and 10000 Since this is a game of cribbage, we likely won't need any larger number.
No description provided by the author
No description provided by the author
No description provided by the author