]> gitweb.michael.orlitzky.com - dunshire.git/history - test/randomgen.py
A bunch more doc fixes.
[dunshire.git] / test / randomgen.py
2016-11-16 Michael OrlitzkyA bunch more doc fixes.
2016-11-09 Michael OrlitzkyLower MAX_COND down to 125 after witnessing a failure.
2016-11-08 Michael OrlitzkyPut the MAX_COND at 150 for now... until it causes...
2016-11-04 Michael OrlitzkyAdd game accessor methods for its L, K, e1, e2, and...
2016-11-03 Michael OrlitzkySet MAX_COND to 100 in the randomgen module to facilita...
2016-11-01 Michael OrlitzkyEnsure that e1,e2 are far enough inside K in random_ort...
2016-11-01 Michael OrlitzkyAdd more doctest examples to the randomgen module.
2016-11-01 Michael OrlitzkyEnable docs for the new test modules and clean them up.
2016-11-01 Michael OrlitzkyClean up and document some of the new test code.
2016-11-01 Michael OrlitzkyEnable and fix doctests for the new randomgen module.
2016-11-01 Michael OrlitzkyFactor out the random test generation code into a new...