stlab.adobe.com Adobe Systems Incorporated

random_shuffle
[Mutating Algorithms]

Functions

template<class RandomAccessRange >
void random_shuffle (RandomAccessRange &range)
template<class RandomAccessRange , class RandomNumberGenerator >
void random_shuffle (RandomAccessRange &range, RandomNumberGenerator &rand)
template<class RandomAccessIterator , class RandomNumberGenerator >
void random_shuffle (RandomAccessIterator first, RandomAccessIterator last, RandomNumberGenerator &rand)

Detailed Description

See also:

Function Documentation

void adobe::random_shuffle ( RandomAccessRange &  range )

random_shuffle implementation

Definition at line 39 of file random_shuffle.hpp.

void adobe::random_shuffle ( RandomAccessRange &  range,
RandomNumberGenerator &  rand 
)

random_shuffle implementation

Definition at line 62 of file random_shuffle.hpp.

void adobe::random_shuffle ( RandomAccessIterator  first,
RandomAccessIterator  last,
RandomNumberGenerator &  rand 
)

random_shuffle implementation

Definition at line 51 of file random_shuffle.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google