Skip to content
Snippets Groups Projects
Select Git revision
  • f4cae40f8cf2a21a3d356b33ac95d9bdcb6a6f00
  • main default protected
  • refactor-libraries
  • development
  • 1.1.0
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
9 results

random_walk.h

Blame
  • 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