Home
last modified time | relevance | path

Searched refs:iPrng (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c509 int iPrng; /* Prng argument variable */ in mt1Main() local
526 iPrng = testPrngValue(iThread); in mt1Main()
539 iKey = (testPrngValue(iPrng++) % p->param.nKey); in mt1Main()
551 iKey = (testPrngValue(iPrng++) % p->param.nKey); in mt1Main()
552 testPrngString(iPrng, aRnd, sizeof(aRnd)); in mt1Main()
553 iPrng += sizeof(aRnd); in mt1Main()