diff --git a/LoopControl/src/loopcontrol.cc b/LoopControl/src/loopcontrol.cc index f0ba9a0..fe4777c 100644 --- a/LoopControl/src/loopcontrol.cc +++ b/LoopControl/src/loopcontrol.cc @@ -66,8 +66,9 @@ using namespace std; static bool lc_do_explore_eagerly = false; static bool lc_do_settle = false; static minstd_rand lc_random; -minstd_rand::result_type const constexpr lc_random_range = - lc_random.max() - lc_random.min() + 1; +//minstd_rand::result_type const constexpr lc_random_range = +// lc_random.max() - lc_random.min() + 1; +minstd_rand::result_type lc_random_range = lc_random.max() - lc_random.min() + 1; struct lc_thread_info_t { volatile int idx; // linear index of next coarse thread block