Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfts3expr2.test71 proc rnd {nMax} { expr {int(rand()*$nMax)} }
75 list P [lindex $phrases [rnd [llength $phrases]]]
82 if {$iHeight==0 || [rnd 3]==0} {
87 set op [lindex $operators [rnd 4]]
90 set iDistance [rnd 15]
/sqlite-3.40.0/src/
H A Dtest_quota.c1314 unsigned int rnd; /* Random part of pVarname */ in tclQuotaCallback() local
1322 sqlite3_randomness(sizeof(rnd), (void *)&rnd); in tclQuotaCallback()
1323 Tcl_AppendObjToObj(pVarname, Tcl_NewIntObj((int)(rnd&0x7FFFFFFF))); in tclQuotaCallback()
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c1478 unsigned short rnd; in idxSampleFunc() local
1479 sqlite3_randomness(2, (void*)&rnd); in idxSampleFunc()
1480 bRet = ((int)rnd % 100) <= p->iTarget; in idxSampleFunc()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c3847 int rnd; in rbuCreateVfs() local
3851 sqlite3_randomness(sizeof(int), (void*)&rnd); in rbuCreateVfs()
3852 sqlite3_snprintf(sizeof(zRnd), zRnd, "rbu_vfs_%d", rnd); in rbuCreateVfs()
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5corrupt3.test126 set rnd [expr int(rand() * 1000)]
127 set doc [string repeat "x$rnd " [expr int(rand() * 3) + 1]]
150 set rnd [expr int(rand() * 100)]
151 set doc "x[string repeat $rnd 20]"
169 set rnd [expr int(rand() * 100)]
170 set doc "x[string repeat $rnd 20]"