f4b6a3/uuid-creator

Add a fast method to generate random-based identifiers

fabiolimace opened this issue · 1 comments

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().

Released v5.2.0. 🎉