Closed nicolarosada closed 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).
getTimeOrderedEpoch()
ThreadLocalRandom
SecureRandom
Great than you very much.
If you don't mind, I'll rename the method to
getTimeOrderedEpoch()
(because I think it is simpler) and replace theThreadLocalRandom
generator withSecureRandom
(just for consistency with the other methods that use a random generator).