D | deRandom.hpp | 58 void choose (InputIter first, InputIter last, OutputIter result, int numItems); 61 T choose (InputIter first, InputIter last); 103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() function in de::Random 126 T Random::choose (InputIter first, InputIter last) in choose() function in de::Random 130 choose(first, last, &val, 1); in choose()
|