Skip to content

Commit d1a2633

Browse files
authored
Update README.md
1 parent 8246c07 commit d1a2633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ String random = collection.get();
1313
```
1414

1515
# Proven Probability
16-
The probability test is run **1,000,000 times**. Each time getting **100,000** random elements and counting the spread. The test would not pass if the spread had over **3.5%** deviation from the expected probability.
16+
The probability test is run **1,000,000 times**. Each time getting **100,000** random elements and counting the spread. The test would not pass if the spread had over **1%** deviation from the expected probability.
1717

1818
A real world example is provided in App.java, You can run this file to view the accurate probability:
1919
```

0 commit comments

Comments
 (0)