SeedCraft
Metin

Rastgele kelime üretici

Ne: Kelime uzunluğu denetimli telaffuz edilebilir veya rastgele jetonlar—etiket ve kısa bağlantı örnekleri.

Ne zaman: Arama facet, etiket ve yer tutucu metin listeleri.

Üretim sunucuda CSPRNG ile yapılır; tarayıcıda Math.random kullanılmaz.

Kod örnekleri

const r = await fetch('http://localhost:3000/api/generate/textgen', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: "{\"kind\":\"word\",\"wordLength\":5,\"wordsCount\":10}",
});
const j = await r.json();
console.log(j);

Tüm Araçlar · CSPRNG · Üretilen değerler sunucuda saklanmaz.