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

perf(uuid) generate v4 UUIDs from a smaller set of rand ints #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

p0pr0ck5
Copy link

Generate V4 UUIDs from various offsets of a 32 bit integer (generated via the existing random call), as opposed to 16 incarnations of an 8 bit integer.

Generate V4 UUIDs from various offsets of a 32 bit integer (generated
via the existing `random` call), as opposed to 16 incarnations of an
8 bit integer.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.9%) to 93.333% when pulling 43bc84d on p0pr0ck5:32bit-rand into b1d4458 on thibaultcha:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants