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

make sure no randomness is used when randomizationFactor is 0 #118

Merged
merged 1 commit into from Nov 11, 2021

Commits on Nov 11, 2021

  1. make sure no randomness is used when randomizationFactor is 0

    in current implementation there is the following issue - it's not possible to disable randomization.
    I'd expect that if I set randomizationFactor to 0, no randomness will be done.
    
    I've updated the code accordingly to fix the issue.
    nirrozenbaum committed Nov 11, 2021
    Copy the full SHA
    0726e6c View commit details
    Browse the repository at this point in the history