Talk:99 questions/Solutions/23

From HaskellWiki
Revision as of 18:15, 2 September 2015 by PolyTicks (talk | contribs) (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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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