Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1441 - give up on unit tests for 'random' | Kartik K. Agaram | 2015-05-23 | 1 | -1/+2 |
| | | | | | | | | | | I'd been hoping that I could simply pass in the previously-returned number to srand() to generate the next one in the series. But looks like rand() is more stateful than that. Another weirdness: I put in 'round' in the same layer because of the vague idea that it would help generate random integers. But that's all we get anyway. | ||||
* | 1438 | Kartik K. Agaram | 2015-05-23 | 1 | -0/+42 |