summary refs log tree commit diff stats
path: root/lib/std/sysrand.nim
Commit message (Expand)AuthorAgeFilesLines
* refactor os imports into corresponding small modules (#20720)ringabout2022-11-011-1/+1
* macOS use SecRandomCopyBytes instead of getentropy (#20466)Matt Haggard2022-10-051-17/+4
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* sysrand: fix syscall signature [backport] (#19982)Jacek Sieka2022-07-071-4/+3
* Implement zephyr urandom and monotime (#19142)Jaremy Creechley2021-11-141-1/+11
* Fix undeclared 'SYS_getrandom' on emscripten (#19144)Anuken2021-11-131-1/+1
* Fix #19052; [backport:1.6.0] (#19053)Timothy Alexander2021-10-261-1/+6
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-1/+1
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-5/+5
* Update `sysrand` documentation (#17676)konsumlamm2021-04-081-16/+16
* make std/sysrand better (#17360)flywind2021-03-151-19/+29
* add warnings to std/sysrand (#17191)flywind2021-02-261-0/+4
* fix #17078 csources generation (#17079)Timothee Cour2021-02-181-5/+3
* make system random work in VM (#17059)flywind2021-02-171-4/+5
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+308