summaryrefslogtreecommitdiffstats
path: root/include/linux/prandom.h
Commit message (Expand)AuthorAgeFilesLines
* prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-6/+0
* random: include <linux/once.h> in the right headerChristophe JAILLET2022-12-041-0/+1
* random: use rejection sampling for uniform bounded random integersJason A. Donenfeld2022-11-171-16/+2
* prandom: remove unused functionsJason A. Donenfeld2022-10-111-12/+0
* prandom: make use of smaller types in prandom_u32_maxJason A. Donenfeld2022-09-291-6/+11
* random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-181-45/+7
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-05-181-16/+7
* random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald2021-05-271-1/+1
* random32: add noise from network and scheduling activityWilly Tarreau2020-10-241-0/+19
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-241-2/+34
* random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds2020-08-031-0/+78