index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
rand
/
rand.go
Age
Commit message (
Expand
)
Author
2023-01-26
crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0
json-isValidNumber-before
Tobias Klauser
2022-05-05
crypto/rand: properly handle large Read on windows
Roland Shoemaker
2021-10-05
crypto/rand: document additional getrandom/getentropy support in Reader
Tobias Klauser
2020-10-27
crypto/rand: generate random numbers using RtlGenRandom on Windows
Jason A. Donenfeld
2018-10-03
crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read call
Brad Fitzpatrick
2018-08-22
crypto/rand: use the new getrandom syscall on FreeBSD
David Carlier
2018-06-20
crypto/rand: make documentation consistent between package comment and Reader
Brad Fitzpatrick
2018-05-03
crypto/rand, crypto/x509: add js/wasm architecture
Richard Musiol
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-26
crypto/rand: use the getentropy syscall on OpenBSD
Michael McConville
2015-07-26
crypt/rand: update docs for Linux
Jeff R. Allen
2014-09-08
build: move package sources from src/pkg to src
Russ Cox