System.createUUID

機能/意味
Generate UUID string
タイプ
Systemクラスのメソッド
構文
createUUID()
引数
なし
戻り値
The generated UUID string is returned in the format "e8b2a2b5-5ceb-4f75-a08b-1f1bdfdca4f1" (each alphanumeric character except the hyphen is a hexadecimal digit).
説明
 Creates and returns a UUID string. This method generates a 128bit UUID (universal unique identifier) generated from a random bit string.
 The UUID generation algorithm implemented in Kirikiri picks up environmental noise to some extent and generates a random bit string. However, we do not recommend using it for applications that require high security. However, it is considered "very non-overlapping" with other UUIDs.