This commit is contained in:
Russ Cox
2005-11-08 01:35:49 +00:00
parent d6701f9376
commit ee5fc884bd
16 changed files with 210 additions and 80 deletions

View File

@ -717,7 +717,7 @@ static void
randfill(uchar *buf, int len)
{
while(len-- > 0)
*buf++ = nrand(256);
*buf++ = fastrand();
}
static long