UUID Generator Note app for iPhone and iPad
4.2 (
7552 ratings )
Utilities
Developer: KENJI WADA
Free
Current version: 1.0.0, last update: 1 year agoFirst release : 07 Jul 2022
App size: 7.71 Mb
This app allows developers who need UUIDs or to examine patterns in the values generated by different UUID standards. Generating a UUID is as easy as tapping a button!
For example, UUID v4 is generated from random numbers, so the generated values are not regular; UUID v1 is generated from timestamps and MAC addresses, so if you keep generating UUIDs for the same device you will see a bias. UUID v6 and ULID also have timestamps attached to their values, so the pattern will be biased if they are generated in succession.
The available UUID standards are as follows
* UUID v1
* UUID v4
* UUID v6
* ULID