Generate random numbers, strings and UUID v4 values using cryptographically secure methods. Bulk generation supported.
This tool uses the browser crypto.getRandomValues() API for all generation, making all outputs cryptographically random and suitable for security contexts. UUID v4 values follow RFC 4122 and are generated with the correct version and variant bits set. They are suitable for use as database primary keys, session identifiers, API tokens and distributed system identifiers.
The bulk generation feature lets you produce up to 500 UUIDs or random strings at once, useful for seeding test databases, generating batches of unique codes or creating test data sets. The unique-only option for bulk number generation ensures no duplicates appear in the output.