Searched refs:random (Results 1 - 25 of 30) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h72 #define Rand random
H A Dos2conf.h38 #define RANDOM /* Berkeley random(3) */
79 /* the high quality random number routines */
82 # define Rand() random()
H A Dvmsconf.h133 #define RANDOM /* use sys/share/random.c instead of vaxcrtl rand */
220 /* Use the high quality random number routines. */
222 #define Rand() random()
225 #define random nh_random macro
H A Dntconf.h10 #define RANDOM /* have Berkeley random(3) */
82 #undef random macro
104 /* Use the high quality random number routines. */
105 #define Rand() random()
H A Dunixconf.h80 /* #define RANDOM */ /* if neither random/srandom nor lrand48/srand48
303 /* Use the high quality random number routines. */
305 #define Rand() random()
H A Dpcconf.h95 # define RANDOM /* have Berkeley random(3) */
219 /* Use the high quality random number routines. */
220 # define Rand() random()
H A Dsystem.h76 # ifdef random
77 # undef random macro
80 E long NDECL(random);
H A Dwceconf.h31 #define RANDOM /* have Berkeley random(3) */
140 /* Use the high quality random number routines. */
141 #define Rand() random()
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h72 #define Rand random
H A Dos2conf.h38 #define RANDOM /* Berkeley random(3) */
79 /* the high quality random number routines */
82 # define Rand() random()
H A Dvmsconf.h133 #define RANDOM /* use sys/share/random.c instead of vaxcrtl rand */
220 /* Use the high quality random number routines. */
222 #define Rand() random()
225 #define random nh_random macro
H A Dntconf.h10 #define RANDOM /* have Berkeley random(3) */
82 #undef random macro
104 /* Use the high quality random number routines. */
105 #define Rand() random()
H A Dunixconf.h80 /* #define RANDOM */ /* if neither random/srandom nor lrand48/srand48
303 /* Use the high quality random number routines. */
305 #define Rand() random()
H A Dpcconf.h95 # define RANDOM /* have Berkeley random(3) */
219 /* Use the high quality random number routines. */
220 # define Rand() random()
H A Dsystem.h76 # ifdef random
77 # undef random macro
80 E long NDECL(random);
H A Dwceconf.h31 #define RANDOM /* have Berkeley random(3) */
140 /* Use the high quality random number routines. */
141 #define Rand() random()
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Drandom.c27 * instead of stdio.h and remove separate declaration of random() from
39 static char sccsid[] = "@(#)random.c 5.5 (Berkeley) 7/6/88";
44 * random.c:
45 * An improved random number generation package. In addition to the standard
49 * initialized to contain information for random number generation with that
54 * generates far better random numbers than a linear congruential generator.
64 * The random number generation technique is a linear feedback shift register
71 * by pseudo-random carries out of the lower bits. The total period of the
83 * For each of the currently supported random number generators, we have a
85 * many bytes of state info to support this random numbe
366 random() function
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Drandom.c27 * instead of stdio.h and remove separate declaration of random() from
39 static char sccsid[] = "@(#)random.c 5.5 (Berkeley) 7/6/88";
44 * random.c:
45 * An improved random number generation package. In addition to the standard
49 * initialized to contain information for random number generation with that
54 * generates far better random numbers than a linear congruential generator.
64 * The random number generation technique is a linear feedback shift register
71 * by pseudo-random carries out of the lower bits. The total period of the
83 * For each of the currently supported random number generators, we have a
85 * many bytes of state info to support this random numbe
366 random() function
[all...]
/seL4-refos-master/libs/libmuslc/src/prng/
H A Drandom.c7 original bsd random implementation except for the seeding
105 long random(void) { function
/seL4-refos-master/libs/libmuslc/include/
H A Dstdlib.h114 long int random (void);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A DMakefile292 # with a reasonable random number generator
293 # RANDOBJ = random.o
333 ../sys/share/pctty.c ../sys/share/pcunix.c ../sys/share/random.c \
585 random.o: ../sys/share/random.c $(HACK_H)
586 $(CC) $(CFLAGS) -c ../sys/share/random.c
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A DMakefile292 # with a reasonable random number generator
293 # RANDOBJ = random.o
333 ../sys/share/pctty.c ../sys/share/pcunix.c ../sys/share/random.c \
585 random.o: ../sys/share/random.c $(HACK_H)
586 $(CC) $(CFLAGS) -c ../sys/share/random.c
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dnet.h792 * net_random_ethaddr - Generate software assigned random Ethernet address
795 * Generate a random Ethernet address (MAC) that is not multicast
801 unsigned int seed = random();
828 /* get a random source port */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.src292 # with a reasonable random number generator
293 # RANDOBJ = random.o
333 ../sys/share/pctty.c ../sys/share/pcunix.c ../sys/share/random.c \
585 random.o: ../sys/share/random.c $(HACK_H)
586 $(CC) $(CFLAGS) -c ../sys/share/random.c
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.src292 # with a reasonable random number generator
293 # RANDOBJ = random.o
333 ../sys/share/pctty.c ../sys/share/pcunix.c ../sys/share/random.c \
585 random.o: ../sys/share/random.c $(HACK_H)
586 $(CC) $(CFLAGS) -c ../sys/share/random.c

Completed in 90 milliseconds

12