[Haskell-cafe] ANN: Two new random-fu releases

James Cook mokus at deepbondi.net
Fri Jun 24 20:07:15 CEST 2011


Announcing the Hackage release of two new versions[1,2] of the random- 
fu package:

Version 0.1.4 is a build-fix release that extends support of the 0.1  
API to GHC 7.

Version 0.2 is a significantly restructured version of the package.   
Its API is mostly the same as the old for end users, but its back-end  
has been redesigned and separated into two new packages:  "random- 
source" provides an abstract interface for sources of entropy, and  
"rvar" provides an abstract interface for consumers of entropy.  The  
parts remaining in "random-fu" provide a more concrete interface for  
representing and sampling specific distributions.

-- James

[1] http://hackage.haskell.org/package/random-fu-0.1.4
[2] http://hackage.haskell.org/package/random-fu-0.2




More information about the Haskell-Cafe mailing list