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

suggestion: random, uuid, and ulid #36

Open
coolaj86 opened this issue Apr 5, 2023 · 1 comment
Open

suggestion: random, uuid, and ulid #36

coolaj86 opened this issue Apr 5, 2023 · 1 comment

Comments

@coolaj86
Copy link

coolaj86 commented Apr 5, 2023

This may be outside the scope of this project but I'd love to have something for quick and dirty development that:

  • allows me to generate random data (and then encode it to base64 or whatever)
  • can encode as uuid (noting that 8+ bits are non-random a 4 for v4 and a high order bit or two later on)
  • and ULID (this encodes time data and random data for sortable, distributable unique ids)
@abhimanyu003
Copy link
Owner

Hello @coolaj86
Yes, it's in a plan to add some generation, but I think I'll stick generators to CLI for the time being.

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

No branches or pull requests

2 participants