On Fri, May 24, 2013 at 6:54 AM, Udon Shaun <udon_sh...@yahoo.com> wrote:

> Hi All.
>
> I'm sure it's been asked before, but google hasn't revealed anything apart
> from statements that the function sqlite3_randomness is "High Quality". I'm
> looking more for a  quantitative definition (repetition, entropy etc)
>

SQLite3 uses the RC4 algorithm to generate pseudorandom numbers from the
initial seed.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to