Select Git revision
random_walk.h
random_walk.h 305 B
#ifndef CATS_RANDOM_WALK_H
#define CATS_RANDOM_WALK_H
#include "cats/configuration/configuration.h"
#include "threading/threading.h"
void butterflies_random_walk(struct cats_grid *grid, struct cats_thread_info *ts, cats_dt_coord row, cats_dt_coord col, bool check_exclusion);
#endif //CATS_RANDOM_WALK_H