PUID - Simple, fast, flexible and efficient generation of probably unique identifiers of intuitively specified entropy using pre-defined or custom characters

Puid provides a simple, flexible way to create modules for generating random IDs, giving you full control over the three defining characteristics of random strings: entropy source, character set, and resulting randomness. If you value efficiency and intentionality in your code—and believe it should explain itself through clear, deliberate expression rather than “everyone else does it this way”—why not apply that same standard to your random IDs? Puid makes that both easy and expressive.

Overview PUID info: .github/profile/README.md at 2381099d7f92bda47c35e8b5ae1085119f2a919c · puid/.github · GitHub

Medium article concerning PUIDs: .github/profile/README.md at 2381099d7f92bda47c35e8b5ae1085119f2a919c · puid/.github · GitHub

The library includes an extensive introduction and usage README.

PUID:

3 Likes