Geradores
Gerador de Números & Strings Aleatórios
Numbers, strings, UUIDs — secure randomness from the browser.
Output
Nota do editor
Understanding · Math.random isn't always random enough.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Gerador de UUIDGere UUIDs v4 em massa — criptograficamente seguros.
- Gerador de JSON Falso / MockRegistros falsos baseados em esquema — perfeito para testes.
- Gerador de Dados Mock (Pro)Mais de 25 tipos de campo — nomes, moradas, produtos, finanças, lorem.
- Gerador de SlugTransforme qualquer texto num slug amigável para URL.
- Gerador de Lorem IpsumGere texto de preenchimento — parágrafos, frases ou palavras.
- Gerador de Palavras-PassePalavras-passe aleatórias criptograficamente seguras.