Searched refs:uRandom (Results 1 – 1 of 1) sorted by relevance
156 unsigned int uRandom; /* Seed for the SQLite PRNG */ member1527 memcpy(zBuf, &g.uRandom, nBuf<sizeof(g.uRandom) ? nBuf : sizeof(g.uRandom)); in inmemRandomness()1918 g.uRandom = atoi(argv[++i]); in main()