Closed fabiolimace closed 2 years ago
Implement a convenience method to generate quick random-based UUIDs.
UUID uuid = UuidCreator.getRandomBasedFast();
SplittableRandom will be employed by this method.
SplittableRandom
Security-sensitive applications that require a cryptographically strong pseudo-random generator should continue to use UuidCreator.getRandomBased().
UuidCreator.getRandomBased()
Released v5.2.0. 🎉
Implement a convenience method to generate quick random-based UUIDs.
SplittableRandom
will be employed by this method.Security-sensitive applications that require a cryptographically strong pseudo-random generator should continue to use
UuidCreator.getRandomBased()
.