Lines Matching full:random
39 #include <linux/random.h>
47 * prandom_u32_state - seeded pseudo-random number generator.
51 * For more random results, use prandom_u32().
66 * prandom_bytes_state - get the requested number of pseudo-random bytes
69 * @buf: where to copy the pseudo-random bytes to
73 * For more random results, use prandom_bytes().
319 * Because of (ab)use in the networking code for choosing random TCP/UDP port
379 * prandom_u32 - pseudo random number generator
381 * 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.
563 /* Principle: True 32-bit random numbers will all have 16 differing bits on
567 * we take 1024 random numbers and compare each of them to the other ones,
619 * random numbers are available.