Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h213 myRNGIndex = rngIndex; in setRNGIndex()
218 return myRNGIndex; in getRNGIndex()
223 return &myRNGs[myRNGIndex]; in getRNG()
1403 int myRNGIndex; variable
H A DMSLane.cpp209 myRNGIndex = numericalID % myRNGs.size(); in MSLane()