f4b6a3 / tsid-creator

A Java library for generating Time-Sorted Unique Identifiers (TSID).
MIT License
475 stars 50 forks source link

Add a fast method to generate identifiers #18

Closed fabiolimace closed 1 year ago

fabiolimace commented 1 year ago

Implement a convenience method to generate quick TSIDs.

Tsid tsid = Tsid.fast();

AtomicInteger will be employed by this method.

Security-sensitive applications that require a cryptographically strong pseudo-random generator should continue to use TsidCreator.getTsid().

fabiolimace commented 1 year ago

Released v5.1.0. 🎉