Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces
Zoltan2_AlgRandom.hpp File Reference

Random ordering using the Fisher-Yates (Knuth) shuffle. More...

#include <Zoltan2_Algorithm.hpp>
#include <Zoltan2_IdentifierModel.hpp>
#include <Zoltan2_OrderingSolution.hpp>
Include dependency graph for Zoltan2_AlgRandom.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zoltan2::AlgRandom< Adapter >
 

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Detailed Description

Random ordering using the Fisher-Yates (Knuth) shuffle.

TODO: Only local permutation, could add global option.

Definition in file Zoltan2_AlgRandom.hpp.