Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: C++ 中的 UUID 生成示例
我需要一个生成 24 字符 UUID 的算法,但我能找到的只是生成标准 32 字符 UUID 的生成器,如下所示:
550e8400-e29b-41d4-a716-446655440000
如何生成 24 个字符的 UUID?
根据定义, UUID 是 32 个字符(128 位)。如果它只有 24 个字符长,那就是别的东西了,如何生成它没有标准。