[Haskell-cafe] Implementing Las Vegas algorithms in Haskell

Ketil Malde ketil at malde.org
Tue Jul 7 05:52:30 EDT 2009


Ketil Malde <ketil at malde.org> writes:

>   data Distribution = Uniform low high | Normal mu sigma | StudentT  ... 

Of course, now that it occurs to me to check this, I notice
Data.Random.Distribution does the same thing, only more generally,
supporting more distributions, and no doubt with more robust
implementations. 

Used wheel for sale cheap, slightly less round than the competition.
Oh well.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants


More information about the Haskell-Cafe mailing list