f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
430 stars 44 forks source link

Add getTimeOrderedEpochRandom with Instant parameter #83

Closed nicolarosada closed 1 year ago

fabiolimace commented 1 year ago

If you don't mind, I'll rename the method to getTimeOrderedEpoch() (because I think it is simpler) and replace the ThreadLocalRandom generator with SecureRandom (just for consistency with the other methods that use a random generator).

nicolarosada commented 1 year ago

Great than you very much.