Skip to content

Commit

Permalink
debug macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Jan 31, 2024
1 parent 196c8d9 commit 9e4ac94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ void Random::prop_sample_bucket(
) {
auto n = probs.size();
char* x = n;
char* y = (uint64_t)n;
char* z = (uint64_t)n;
auto total = std::accumulate(
probs.begin(),
probs.end(),
Expand Down

0 comments on commit 9e4ac94

Please sign in to comment.