[Haskell-cafe] Re: Crypto-API is stabilizing
Sebastian Fischer
sebf at informatik.uni-kiel.de
Fri Sep 3 05:22:49 EDT 2010
On Sep 3, 2010, at 10:40 AM, Sebastian Fischer wrote:
> An advantage of using a MonadRandom class would be that the
> CryptoAPI would be independent of RandomGen or your new alternative.
> One could define random monads based on either.
I was wrong. The MonadRandom class uses the Random class which uses
RandomGen.
--
Underestimating the novelty of the future is a time-honored tradition.
(D.G.)
More information about the Libraries
mailing list