summary refs log tree commit diff stats
path: root/tests/stdlib/trandom.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #23915; std/random produces different results on c/js (#24003)ringabout2024-08-251-5/+10
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-071-1/+1
* fixes testament matrix doesn't work with other backends which left many JS te...ringabout2024-05-141-1/+4
* fixes #22360; compare with the half of randMax (#22361)ringabout2023-08-021-0/+18
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-16/+29
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-11/+8
* 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