Search results
From HaskellWiki
You searched for New_Monads/MonadRandom
There is no page titled "New_Monads/MonadRandom".
For more information about searching HaskellWiki, see Help.
Showing below 2 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
No page title matches
Page text matches
- Hac 2007 II/Projects (8,488 bytes)
122: ...pository]. This should have all the features of [[New_monads/MaybeT]], except for the potentially ambiguous Mo...
123: # [http://code.haskell.org/monadrandom/ MonadRandom] is now documented and packaged.
125: #* Now builds using external MaybeT and MonadRandom.
129: ...cgi-bin/hackage-scripts/package/MonadRandom-0.1.0 MonadRandom], [http://hackage.haskell.org/cgi-bin/hackage-scr... - Random shuffle (4,836 bytes)
73: Here's a variation using the MonadRandom package:
126: * uses [[New_monads/MonadRandom]]
134: grabble :: MonadRandom m => [a] -> Int -> Int -> m [[a]]
143: grabbleOnce :: MonadRandom m => [a] -> Int -> m [a]
162: *Main MonadRandom Random> evalRand (grabble "abcdef" 6 3) (mkStdGen...
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
