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 9e4ac94 commit d087e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void Random::prop_sample_bucket(
) {
auto n = probs.size();
char* x = n;
char* y = (uint64_t)n;
char* y = (uint32_t)n;
char* z = (uint64_t)n;
auto total = std::accumulate(
probs.begin(),
Expand Down

0 comments on commit d087e83

Please sign in to comment.