Hacker News new | ask | show | jobs
by WorldMaker 1259 days ago
That monotonic support in the ULID spec is described as an option. The default in most implementations I've seen is pure random ULIDs and monotonic has to be opt-in.

(Though yes, anyone opting into that behavior should beware that it reduces the entropy strength of generated IDs.)