Function to shuffle elements in a given range. More...
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
template<typename RND_ACCESS_ITER > | |
void | ns3::Shuffle (RND_ACCESS_ITER first, RND_ACCESS_ITER last, Ptr< UniformRandomVariable > rv) |
Shuffle the elements in the range first to last. | |
Function to shuffle elements in a given range.
Definition in file shuffle.h.