BigML <https://bigml.com/> is happy to open source our Clojure random 
sampling library <https://github.com/bigmlcom/sampling>.  The library 
offers:

   - Three varieties of sampling depending on your memory requirements 
   (simple sampling, reservoir sampling, stream sampling)
   - Sample with replacement or without replacement
   - An option to weight a sampling using a weighting function
   - Seeded samples for reproducible results
   - Selectable underlying random number generator (linear congruential or 
   Mersenne twister)

We hope you'll find it useful!

Project: https://github.com/bigmlcom/sampling
Blog: 
http://blog.bigml.com/2013/01/22/a-random-sampling-library-for-clojure/

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to