summary refs log tree commit diff stats
path: root/tests/stdlib/tmath.nim
Commit message (Collapse)AuthorAgeFilesLines
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Calling randomize() again within 1 second will now provide a different seedJason Livesay2014-03-261-0/+14
|
* new tester; all tests categorizedAraq2014-01-131-0/+47