|
|
BSD 4.1
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)SEED.c 1.1 10/29/80";
SEED(value)
long value;
{
static long seed;
long tmp;
srand(value);
tmp = seed;
seed = value;
return tmp;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.