Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bm): fix random dist range parameter error #251

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

bnbajwa
Copy link
Contributor

@bnbajwa bnbajwa commented Oct 8, 2024

The uniform_int_distribution construction parameters form a closed range (i.e. inclusive range). selector_dist should only generate integers to digit_dists.size()-1 so fix that.

The uniform_int_distribution construction parameters form a closed
range (i.e. inclusive range). selector_dist should only generate
integers to digit_dists.size()-1 so fix that.
@bnbajwa bnbajwa requested a review from a team as a code owner October 8, 2024 12:49
@bnbajwa bnbajwa merged commit 03a003b into reactivemarkets:master Oct 8, 2024
5 checks passed
@bnbajwa bnbajwa deleted the fix branch October 8, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants