sampling

Basic sampling functionality for Haskell.
git clone git://git.jtobin.io/sampling.git
Log | Files | Refs | README | LICENSE

CHANGELOG (164B)


      1 # Changelog
      2 
      3 - 0.3.5 (2020-07-31)
      4 		* Relaxes the upper bound on mwc-random.
      5 
      6 - 0.3.0 (2016-12-11)
      7 		* Add a 'psample' function for unequal probability sampling.
      8 
      9