-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the distribution of
scaleLinear
(#405)
* Improve the distribution of scaleLinear * Style nits (STYLE_GUIDE.md) Co-authored-by: Nikos Baxevanis <[email protected]>
- Loading branch information
1 parent
0371468
commit 06eb474
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on feedback from @DigitalBrains1 on #528, I wonder if something simple as this passes
dieharder
tests:That is, conditionally adding
n - z
whensz
is 99, and dividing by 99 to ensure the max value occurs more often.