summaryrefslogtreecommitdiff
path: root/include/linux/prandom.h
AgeCommit message (Expand)Author
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld
2022-12-04random: include <linux/once.h> in the right headerChristophe JAILLET
2022-11-17random: use rejection sampling for uniform bounded random integersJason A. Donenfeld
2022-10-11prandom: remove unused functionsJason A. Donenfeld
2022-09-29prandom: make use of smaller types in prandom_u32_maxJason A. Donenfeld
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-18siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2021-05-27random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-08-03random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds