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 printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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