summary refs log tree commit diff stats
path: root/tests/stdlib/tmath.nim
Commit message (Expand)AuthorAgeFilesLines
* make tests more robust; tests should be deterministic, no randomize() calls i...Araq2019-01-131-12/+12
* Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)c-blake2018-12-311-9/+48
* Add ability to sample elements from openArray according to a weight array (#1...c-blake2018-12-231-1/+27
* 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