Home
last modified time | relevance | path

Searched refs:uRandom (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzzcheck.c156 unsigned int uRandom; /* Seed for the SQLite PRNG */ member
1527 memcpy(zBuf, &g.uRandom, nBuf<sizeof(g.uRandom) ? nBuf : sizeof(g.uRandom)); in inmemRandomness()
1918 g.uRandom = atoi(argv[++i]); in main()