August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_randomness() — Request random value data
void sqlite3_randomness( int bytes, void* buffer );
bytes
The desired number of random data bytes.
buffer
An application buffer that is large enough to hold the requested data.
This function allows an application to request random data values from SQLite’s internal pseudo-random number generator.
random() [SQL Func, Ap E], randomblob() [SQL Func, Ap E]
Read now
Unlock full access