Plan 9 from User Space's /usr/local/plan9/src/lib9/rand.c

#include	<lib9.h>

int
p9rand(void)
{
	return lrand() & 0x7fff;
}

Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.