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.markdown
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,14 @@ methods are provided as specified within the RFC.
16
16
17
17
Requires `Erlang >= R16B01`
18
18
19
-
If you use the functions `uuid:new/1`, `uuid:new/2` or `uuid:get_v4_urandom/0`
20
-
in an Erlang process, you must have called the function `quickrand:seed/0`
21
-
first (within the same Erlang process).
19
+
Usage
20
+
-----
21
+
22
+
For certain methods in this library you need to initialize the random library `quickrand` before calling. This has to occur in the same Erlang process as the calls to the UUID library.
23
+
24
+
If you use the functions `uuid:new/1`, `uuid:new/2` or `uuid:get_v4_urandom/0`, you must have called the function `quickrand:seed/0` first.
25
+
26
+
For `uuid:get_v4(:cached)` you must have called the function `quickrand_cache.init/0` first.
0 commit comments