Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make std/sysrand better (#17360) | flywind | 2021-03-15 | 1 | -19/+29 |
| | |||||
* | add warnings to std/sysrand (#17191) | flywind | 2021-02-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * remove unnecessary when statement * remove outdated codes * add warnings to std/sysrand * Update lib/std/sysrand.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | fix #17078 csources generation (#17079) | Timothee Cour | 2021-02-18 | 1 | -5/+3 |
| | | | | | * fix #17078 csources generation * fixup | ||||
* | make system random work in VM (#17059) | flywind | 2021-02-17 | 1 | -4/+5 |
| | | | | * make system random work in VM | ||||
* | add system random to stdlib: std/sysrand (#16459) | flywind | 2021-02-11 | 1 | -0/+308 |