Home | History | Annotate | Download | only in bits

Lines Matching refs:__rand

5205    *  @param  __rand    The RNG functor or function.
5208 * Reorders the elements in the range @p [__first,__last) using @p __rand to
5209 * provide a random distribution. Calling @p __rand(N) for a positive
5217 _RandomNumberGenerator&& __rand)
5219 _RandomNumberGenerator& __rand)
5230 std::iter_swap(__i, __first + __rand((__i - __first) + 1));