Generadores
Generador de Números y Cadenas Aleatorias
Numbers, strings, UUIDs — secure randomness from the browser.
Output
Nota del editor
Understanding · Math.random isn't always random enough.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›How secure are these random values?
The generator uses `crypto.getRandomValues()`, which is a cryptographically strong source of entropy provided by your browser. This makes the output suitable for use-cases requiring high unpredictability, such as tokens or temporary secrets.
›What is a UUID?
A Universally Unique Identifier (UUID) is a 128-bit label used for identification in software systems. We generate Version 4 UUIDs, which are constructed entirely from random numbers.
›Can I generate multiple values at once?
Yes. You can specify the 'Count' field to generate a list of numbers or strings in a single batch for bulk processing.
›Is my data logged?
No. Because the generation occurs within your browser's memory, no record of the generated strings or numbers exists on our servers.
La gente también busca
Herramientas relacionadas
More in this room.
- Generador de UUIDGenera UUID v4 en masa, criptográficamente seguros.
- Generador de JSON Falso / MockRegistros falsos basados en esquemas — perfecto para pruebas.
- Generador de Datos Mock (Pro)Más de 25 tipos de campos: nombres, direcciones, productos, finanzas, lorem.
- Generador de SlugsConvierte cualquier texto en un slug amigable para URL.
- Generador Lorem IpsumGenera texto de marcador de posición: párrafos, frases o palabras.
- Generador de ContraseñasContraseñas aleatorias criptográficamente seguras.