Difference between revisions of "Talk:99 questions/Solutions/23"

From HaskellWiki
Jump to navigation Jump to search
(Created page with "The more elegant solution using randomRs does not save the new random state and is thus dangerous to use if randomness is important.")
(No difference)

Revision as of 18:15, 2 September 2015

The more elegant solution using randomRs does not save the new random state and is thus dangerous to use if randomness is important.