Home | History | Annotate | Download | only in bits

Lines Matching refs:__rand

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