We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using Random
1 parent 19f6926 commit 76a9772Copy full SHA for 76a9772
stdlib/UUIDs/src/UUIDs.jl
@@ -53,6 +53,8 @@ detail that may change in the future.
53
54
# Examples
55
```jldoctest; filter = r"[a-z0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}"
56
+julia> using Random
57
+
58
julia> rng = MersenneTwister(1234);
59
60
julia> uuid1(rng)
@@ -99,6 +101,8 @@ detail that may change in the future.
99
101
100
102
103
```jldoctest
104
105
106
107
108
julia> uuid4(rng)
@@ -123,6 +127,8 @@ as specified by RFC 4122.
123
127
124
128
125
129
130
131
126
132
133
134
julia> u4 = uuid4(rng)
0 commit comments