summary refs log tree commit diff stats
path: root/tests/stdlib/tsysrand.nim
Commit message (Collapse)AuthorAgeFilesLines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* Revert "make system random work in VM" (#17378)flywind2021-03-151-2/+0
|
* make system random work in VM (#17059)flywind2021-02-171-6/+29
| | | | * make system random work in VM
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+13