Lines Matching refs:randomness
1746 ** of good-quality randomness into zOut. The return value is
1747 ** the actual number of bytes of randomness obtained.
3358 ** ^A call to this routine stores N bytes of randomness into buffer P.
3363 ** seeded using randomness obtained from the xRandomness method of
3366 ** non-NULL P then the pseudo-randomness is generated
39835 /* note that the quality of the randomness doesn't matter that much */
43585 ** prefer that the randomness be increased by making use of the
43588 ** the whole array and silence valgrind, even if that means less randomness
50918 /* State information for the randomness gatherer. */
50941 ** Write up to nBuf bytes of randomness into zBuf.
51301 ** access to randomness, etc.
132129 void (*randomness)(int,void*);
132474 #define sqlite3_randomness sqlite3_api->randomness