#ifndef Bistellar_randomize_complex_h
#define Bistellar_randomize_complex_h
#include "movable_complex.h"
#include <vector>
void randomize_complex(MovableComplex & complex, const std::vector< unsigned int > & allowedMoves, unsigned int rounds);
#endif