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.")
The more elegant solution using randomRs does not save the new random state and is thus dangerous to use if randomness is important.