Lines Matching full:ramp
60 // check there exists an addition ramp form 1 to ...
102 //! Generate a ramp of values from 1 to numElements, and shuffle it
103 void generateShuffledRamp (int numElements, std::vector<int>& ramp)
108 ramp.resize(numElements);
110 ramp[callNdx] = callNdx + 1;
112 rng.shuffle(ramp.begin(), ramp.end());