Skip to content

document uuid functions #12507

@stevengj

Description

@stevengj

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 (
    m->uuid = uv_now(uv_default_loop());
    ); we should maybe use a proper UUID algorithm for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsThis change adds or pertains to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions