summary refs log tree commit diff stats
path: root/lib/std/sysrand.nim
Commit message (Collapse)AuthorAgeFilesLines
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-5/+5
| | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting
* Update `sysrand` documentation (#17676)konsumlamm2021-04-081-16/+16
| | | Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* make std/sysrand better (#17360)flywind2021-03-151-19/+29
|
* add warnings to std/sysrand (#17191)flywind2021-02-261-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 Cour2021-02-181-5/+3
| | | | | * fix #17078 csources generation * fixup
* make system random work in VM (#17059)flywind2021-02-171-4/+5
| | | | * make system random work in VM
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+308