summary refs log tree commit diff stats
path: root/tests/stdlib/tmath.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #5966Fabian Keller2017-06-201-1/+22
* 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
* 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
> 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109