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)