FreeBSD kernel libkern code
|
#include <sys/cdefs.h>
#include <sys/libkern.h>
Go to the source code of this file.
Macros | |
#define | NSHUFF 50 /* to drop some "seed -> 1st value" linearity */ |
Functions | |
__FBSDID ("$BSDSUniX$") | |
void | srandom (u_long seed) |
u_long | random () |
Variables | |
static u_long | randseed = 937186357 |
#define NSHUFF 50 /* to drop some "seed -> 1st value" linearity */ |
__FBSDID | ( | "$BSDSUniX$" | ) |
u_long random | ( | ) |
void srandom | ( | u_long | seed | ) |