summaryrefslogtreecommitdiff
path: root/csrand
AgeCommit message (Expand)Author
2014-08-17Massive cleanup/code reorg.Yawning Angel
2014-06-19Use Vose's Alias Method to sample the weighted distribution.Yawning Angel
2014-05-28Change the weighted distribution algorithm be uniform.Yawning Angel
2014-05-26Use io.ReadFull in places where it is appropriate.Yawning Angel
2014-05-24Don't use math/big when generating random numbers.Yawning Angel
2014-05-24Move utils.go to csrand/csrand.go, and clean up the interface.Yawning Angel