logoalt Hacker News

da_chickenyesterday at 1:03 PM1 replyview on HN

122 bits of randomness.

It's the same reason we use UTF-8. It's well supported. UUIDs are well supported by most languages and storage systems. You don't have to worry about endianness or serialization. It's not a thing you have to think about. It's already been solved and optimized.


Replies

gzreadyesterday at 1:07 PM

byte[16] is well supported by most languages and storage systems.

show 1 reply