Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Rearranges a sequence of N elements in a range into one of N! possible arrangements selected at random.
template<class _RanIt> inline
void random_shuffle(_RanIt _First, _RanIt _Last);
template<class _RanIt, class _Fn1> inline
void random_shuffle(_RanIt _First, _RanIt _Last, _Fn1% _Func);
Remarks
This function behaves the same as the STL function random_shuffle. For more information, see random_shuffle.
Requirements
Header: <cliext/algorithm>
Namespace: cliext