blob: ecb9eac97d84ec3c07cbc4f42851a829a83e8128 [file] [log] [blame]
#include <lib9.h>
int
rand(void)
{
return lrand() & 0x7fff;
}