Add a fast method to generate random-based identifiers
fabiolimace opened this issue · 1 comments
fabiolimace commented
Implement a convenience method to generate quick random-based UUIDs.
UUID uuid = UuidCreator.getRandomBasedFast();
SplittableRandom
will be employed by this method.
Security-sensitive applications that require a cryptographically strong pseudo-random generator should continue to use UuidCreator.getRandomBased()
.
fabiolimace commented
Released v5.2.0. 🎉