Lines Matching refs:RandState
140 struct RandState {
147 const RandState<A> *parent; // previous random state on this path
149 RandState(StateId s, size_t n, size_t l, size_t k, const RandState<A> *p)
152 RandState()
189 bool Sample(const RandState<A> &rstate) {
268 bool Sample(const RandState<A> &rstate) {
392 RandState<A> *rstate = new RandState<A>(s, npath_, 0, 0, 0);
451 const RandState<A> &rstate = *state_table_[s];
466 RandState<A> *nrstate =
467 new RandState<A>(aarc.nextstate, count, rstate.length + 1,
478 RandState<A> *nrstate = new RandState<A>(kNoStateId, 0, 0, 0, 0);
495 vector<RandState<A> *> state_table_;