D | deRandom.hpp | 59 void choose (InputIter first, InputIter last, OutputIter result, int numItems); 62 T choose (InputIter first, InputIter last); 104 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() function in de::Random 127 T Random::choose (InputIter first, InputIter last) in choose() function in de::Random 131 choose(first, last, &val, 1); in choose()
|