aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/prandom.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-20prandom: Remove unused includeKent Overstreet1-1/+0
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld1-6/+0
2022-12-04random: include <linux/once.h> in the right headerChristophe JAILLET1-0/+1
2022-11-17random: use rejection sampling for uniform bounded random integersJason A. Donenfeld1-16/+2
2022-10-11prandom: remove unused functionsJason A. Donenfeld1-12/+0
2022-09-29prandom: make use of smaller types in prandom_u32_maxJason A. Donenfeld1-6/+11
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-45/+7
2022-05-18siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-16/+7
2021-05-27random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald1-1/+1
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+19
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-2/+34
2020-08-03random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds1-0/+78