Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Version4 factory to configure UUID generation #88

Closed
wants to merge 2 commits into from
Closed

add Version4 factory to configure UUID generation #88

wants to merge 2 commits into from

Commits on Jul 31, 2021

  1. Revert "Add randomness pool mode for V4 UUID (#80)"

    This reverts commit 655bf50.
    rittneje committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    e703c29 View commit details
    Browse the repository at this point in the history
  2. add Version4 factory to configure UUID generation

    Adds a Version4 factory struct, which can accumulate options
    for generating version 4 UUIDs. For now the only option
    is the io.Reader used for randomness.
    rittneje committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    5fb00d3 View commit details
    Browse the repository at this point in the history