sonyflake
sonyflake copied to clipboard
Add NewReproducibleID()
For build systems, unit tests, research, and a range of other contexts it is useful to be able to generate reproducible IDs. Similar to controlling the random seed of a RNG. This branch adds a new method NextReproducibleID() with this feature.
Thanks for an awesome library :-)