Searched defs:random (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_statistic.h44 } random; member in union:xt_statistic_info::__anon546
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c1 /* $NetBSD: random.c,v 1.4 2014/06/12 20:59:46 christos Exp $ */
36 static char sccsid[] = "@(#)random.c 8.2 (Berkeley) 5/19/95";
38 __RCSID("$NetBSD: random.c,v 1.4 2014/06/12 20:59:46 christos Exp $");
51 __weak_alias(random,_random)
73 * random.c:
75 * An improved random number generation package. In addition to the standard
79 * then initialized to contain information for random number generation with
84 * information and generates far better random numbers than a linear
96 * The random number generation technique is a linear feedback shift register
103 * influenced by pseudo-random carrie
499 random(void) function
510 random(void) function
[all...]

Completed in 380 milliseconds