index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
std
/
sysrand.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-2
/
+2
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
1
-1
/
+1
*
macOS use SecRandomCopyBytes instead of getentropy (#20466)
Matt Haggard
2022-10-05
1
-17
/
+4
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
sysrand: fix syscall signature [backport] (#19982)
Jacek Sieka
2022-07-07
1
-4
/
+3
*
Implement zephyr urandom and monotime (#19142)
Jaremy Creechley
2021-11-14
1
-1
/
+11
*
Fix undeclared 'SYS_getrandom' on emscripten (#19144)
Anuken
2021-11-13
1
-1
/
+1
*
Fix #19052; [backport:1.6.0] (#19053)
Timothy Alexander
2021-10-26
1
-1
/
+6
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-5
/
+5
*
Update `sysrand` documentation (#17676)
konsumlamm
2021-04-08
1
-16
/
+16
*
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
*
fix #17078 csources generation (#17079)
Timothee Cour
2021-02-18
1
-5
/
+3
*
make system random work in VM (#17059)
flywind
2021-02-17
1
-4
/
+5
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
1
-0
/
+308