Skip to content

Commit 5c3c03d

Browse files
authored
Update README.md
1 parent 325d844 commit 5c3c03d

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
@@ -15,7 +15,7 @@ String random = collection.get();
1515
# Proven Probability
1616
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

18-
A real world example is provided in App.java, You can run this file to view the accurate probability:
18+
A real world example is provided in ExampleApp.java (within the test folder), Typical Output with 100,000 gets::
1919
```
2020
Prob | Actual
2121
-----------------------

0 commit comments

Comments
 (0)