HomeSort by: relevance | last modified time | path
    Searched defs:randstate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rumpblk.c 140 static unsigned randstate; variable in typeref:typename:unsigned
197 randstate = strtoul(buf, NULL, 10);
199 randstate = cprng_fast32();
202 "seed %u\n", blkfail, BLKFAIL_MAX, randstate);
577 return (randstate = randstate * 1103515245 + 12345) % (0x80000000L);
rumpblk.c 140 static unsigned randstate; variable in typeref:typename:unsigned
197 randstate = strtoul(buf, NULL, 10);
199 randstate = cprng_fast32();
202 "seed %u\n", blkfail, BLKFAIL_MAX, randstate);
577 return (randstate = randstate * 1103515245 + 12345) % (0x80000000L);

Completed in 22 milliseconds