]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance sqlite3_randomness(N,P) such that it resets the internal PRNG
authordrh <drh@noemail.net>
Wed, 1 Jan 2014 14:00:13 +0000 (14:00 +0000)
committerdrh <drh@noemail.net>
Wed, 1 Jan 2014 14:00:13 +0000 (14:00 +0000)
commitfe98081e18e03e4f3a3389f94b44eeb201276721
treef8004a1910d11c18185a254d8b6a68806e9228dc
parent3312348cf8d88eb170825aa7b52254ea6219ff4b
Enhance sqlite3_randomness(N,P) such that it resets the internal PRNG
if N is less than 1.  Subsequent calls to sqlite3_randomness() will reinitialize
the internal PRNG by calling the xRandomness() method of the default VFS.

FossilOrigin-Name: a221aa82bb5496885fd0bf76e4601443799511de
manifest
manifest.uuid
src/main.c
src/random.c
src/sqlite.h.in
src/sqliteInt.h