-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentation
Description
Base.Random defines a UUID type and a uuid4() function to generate random UUIDs (see also #12506) corresponding to RFC 4122, but they don't seem to be documented. Probably we should document them.
- They are already used in several packages (IJulia, Bokeh, Escher, Jewel, and ProfileView)
- There is a redundant external package for this (Merge with Base? JuliaAttic/UUID.jl#13)
- Time-based "UUIDs" are employed in the core Julia to timestamp modules (); we should maybe use a proper UUID algorithm for this.
Line 32 in dcc448b
m->uuid = uv_now(uv_default_loop());
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentation