开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
prandom.h
Age
Commit message (
Expand
)
Author
2024-10-03
prandom: Include <linux/percpu.h> in <linux/prandom.h>
Uros Bizjak
2023-12-20
prandom: Remove unused include
Kent Overstreet
2022-12-20
prandom: remove prandom_u32_max()
Jason A. Donenfeld
2022-12-04
random: include <linux/once.h> in the right header
Christophe JAILLET
2022-11-17
random: use rejection sampling for uniform bounded random integers
Jason A. Donenfeld
2022-10-11
prandom: remove unused functions
Jason A. Donenfeld
2022-09-29
prandom: make use of smaller types in prandom_u32_max
Jason A. Donenfeld
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
2022-05-18
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
2021-05-27
random32: Fix implicit truncation warning in prandom_seed_state()
Richard Fitzgerald
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
2020-08-03
random32: move the pseudo-random 32-bit definitions to prandom.h
Linus Torvalds