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文字の長さの場合、それは別のものであり、それを生成する方法の標準はありません。