summary refs log tree commit diff stats
path: root/tests/stdlib/trandom.nim
Commit message (Expand)AuthorAgeFilesLines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
* Fix initrand to avoid random number sequences overlapping (#18744)Tomohiro2021-09-021-4/+28
* std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)Timothee Cour2021-07-231-1/+62
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-4/+27
* Improve math module (#17019)konsumlamm2021-02-121-5/+105
* enable tests for random (#16297)flywind2020-12-101-34/+41
* move tests to testament (#16101)flywind2020-11-241-0/+59