about summary refs log tree commit diff stats
path: root/064random.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-1/+8
| | | | Also standardized warnings.
* 1777 - consistent terminology: 'product'Kartik K. Agaram2015-07-131-1/+1
|
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-3/+3
| | | | | | | It comes up pretty early in the codebase, but hopefully won't come up in the mu level until we get to higher-order recipes. Potentially intimidating name, but such prime real estate with no confusing overloadings in other projects!
* 1441 - give up on unit tests for 'random'Kartik K. Agaram2015-05-231-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.
* 1438Kartik K. Agaram2015-05-231-0/+42