Skip to content

Commit

Permalink
Update bias.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoonroad authored Feb 18, 2023
1 parent 6861c69 commit df5b518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/bias.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ it('should generate non-biased huge numbers', async function () {
const biased = await measureBias({
MINIMUM: 49999955,
MAXIMUM: 50000000,
THRESHOLD: 0.05
THRESHOLD: 0.1
})

expect(biased).toBe(false)
Expand Down

0 comments on commit df5b518

Please sign in to comment.