You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,21 +72,16 @@ Finally, it is possible to request live results as-soon-as-possible and without
72
72
73
73
[8, 10, 10, 4, 0]
74
74
75
-
There is even a very simple way to get random numbers with the `RandomOrgRandom`.
76
-
77
-
You can use it like a normal `java.util.Random` but you'll get true random numbers.
78
-
79
-
This class manages the most stuff you need to get connected to RANDOM.ORG you only need a API-key.
75
+
This library now also includes a RANDOM.ORG implementation of the `java.util.Random` class via `RandomOrgRandom`. Usage of supplied methods is similar to `java.util.Random`, with true random numbers returned or a `java.util.NoSuchElementException` exception thrown if true randomness is unavailable.
0 commit comments