Home | History | Annotate | Download | only in bits

Lines Matching refs:__rand

4476    *  @param  __rand    The RNG functor or function.
4479 * Reorders the elements in the range @p [__first,__last) using @p __rand to
4480 * provide a random distribution. Calling @p __rand(N) for a positive
4488 _RandomNumberGenerator&& __rand)
4490 _RandomNumberGenerator& __rand)
4501 std::iter_swap(__i, __first + __rand((__i - __first) + 1));