summary refs log tree commit diff stats
path: root/tests/stdlib/tmersenne.nim
Commit message (Collapse)AuthorAgeFilesLines
* deprecate std/mersenne (#18395)pyautogui2021-07-051-0/+1
| | | | | Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* Improve documentation for the mersenne module (#16824)konsumlamm2021-01-271-0/+11
* Improve documentation for mersenne Add tests for mersenne * Add link to Wikipedia article