Skip to content

proquint() generates duplicate ids with relatively small n #8

Description

@Raesu

If I'm not mistaken, running proquint with the default argument n_words=2L should be able to generate 2^32 (4,294,967,296) unique identifiers.

When I run proquint with just n=121969, I consistently get duplicates. You can test this with the below:

proquint(121969) |> unique() |> length() which in my case is always 2 to 3 less than 121,969. Am I missing something with how this should work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions