aboutsummaryrefslogtreecommitdiff
path: root/src/experimental/randombasic.h (follow)
AgeCommit message (Collapse)Author
2012-05-22Moved random to stable, just needs some minor tweaks. But it's already in useMike Buland
in a couple of core components, including in tempFile name generation.
2012-05-22Better win_o ignores. The random number system is pretty much together.Mike Buland
We need a few extra helper functions to cover some other good things, like normalized floating point numbers, etc.
2012-05-04Two basic random number generators, Cmwc is supposed to be a pretty good one.Mike Buland
I need to get the base class and singleton interface in place.
2012-05-04Minor changes, mostly comments.Mike Buland
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland
little explenation of the arrangement.