Skip to content

Commit 03165c2

Browse files
committed
Cleanup
1 parent cb5dbf0 commit 03165c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/counter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,11 @@ void Counter::one_measurement_count(
628628
hash_prev = cur_hash_cnt;
629629
}
630630
}
631+
631632
bool Counter::gen_rhs()
632633
{
633634
std::uniform_int_distribution<uint32_t> dist{0, 1};
634-
bool rhs = dist(rnd_engine);
635-
return rhs;
635+
return dist(rnd_engine);
636636
}
637637

638638
string Counter::gen_rnd_bits(

0 commit comments

Comments
 (0)