Lines Matching full:random
39 #include <linux/random.h>
43 #include <trace/events/random.h>
46 * prandom_u32_state - seeded pseudo-random number generator.
50 * For more random results, use prandom_u32().
65 * prandom_bytes_state - get the requested number of pseudo-random bytes
68 * @buf: where to copy the pseudo-random bytes to
72 * For more random results, use prandom_bytes().
318 * Because of (ab)use in the networking code for choosing random TCP/UDP port
378 * prandom_u32 - pseudo random number generator
380 * A 32 bit pseudo-random number is generated using a fast
396 * prandom_bytes - get the requested number of pseudo-random bytes
397 * @buf: where to copy the pseudo-random bytes to
424 * prandom_seed - add entropy to pseudo random number generator
504 * No locking on the CPUs, but then somewhat random results are, in prandom_reseed()
551 * The random ready callback can be called from almost any interrupt.
561 /* Principle: True 32-bit random numbers will all have 16 differing bits on
565 * we take 1024 random numbers and compare each of them to the other ones,
617 * random numbers are available.