100 Dice 256 Bits Seed

Each roll of a fair die yields log₂6 ≈ 2.585 bits of entropy, so 100 rolls give ≈ 258.5 bits — comfortably past the 256-bit target. The digits are concatenated into one string and hashed with SHA-256 to produce a wallet seed.

1 Roll dice
2 Concatenate
3 SHA-256
4 Seed
dice  0/100
entropy  0.0 bits
🎲 Physical randomness values drawn from crypto.getRandomValues (unbiased rejection sampling)
📜 Concatenated digit string 0 chars
Digits will appear here as each die lands…
🔑 Wallet seed
"146322…" · 100 digits ──────▶ SHA-256 ──────▶ 256-bit seed
Waiting for all 100 dice to land…