UUID 生成

モックペイロード、テスト用フィクスチャ、サンプルレコード向けにランダムな UUID v4 識別子を生成します。

Create one or several identifiers at once whenever you need a quick set of unique-looking IDs.

結果

Generated UUIDs will appear here.
Choose how many UUIDs you want, then press 生成.

What is UUID v4?

UUID v4 is a randomly generated 128-bit identifier written as hexadecimal segments. It is commonly used when you need globally unique IDs without coordinating with a central server.

7d36d95f-765e-4f2b-a9d9-0cb41e4ea0cb

よくある質問

Is UUID v4 cryptographically secure?

In modern browsers, crypto.randomUUID() relies on a cryptographically secure source of randomness.

UUID を一度に複数生成できますか?

はい。セレクタで 1 つ、5 つ、10 個の UUID をワンクリックで生成できます。

UUID は一意性を保証しますか?

数学的な絶対保証はありませんが、実用上、衝突は極めて起こりにくいです。

このツールの一般的な使い方

Read the practical guide for UUID usage in APIs, databases, queues and test data.

関連ツール