Home | History | Annotate | Download | only in include

Lines Matching full:seed

175     CvRNG     state;    /* RNG state (the current seed and carry)*/
214 double param2, int seed,
229 state->state = (uint64)(seed ? seed : -1);