ftp.nice.ch/pub/next/unix/communication/ppp_2_2.0.4.6.s.tar.gz#/NeXT/random.h

This is random.h in view mode; [Download] [Up]

/*
 * Because the standard library random number
 * functions are not availble at the kernel level
 * I wrote this simple random number generator.
 *
 * It uses the multiplicative congruential method.
 * See pg 263 of Banks and Carson "Discrete-Event
 * System Simulation".
 *
 */

void srand(unsigned i);
unsigned rand(void);
float frand(void);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.