If you do not trust seed generators and do not believe your random keyboard smashing is random enough, you can use a dice to generate a random, perfectly distributed IOTA seed.
Just follow the instructions below and write down the seed while you are throwing your dice.
Note that this can be tedious, as between 162 and 243 dice rolls are required to generate the whole seed.
- Roll your dice two times (remember the order of the results).
- If the first roll is a 6, or if the first roll is a 5 and the second roll is 4-6, roll a third time.
- Look up the character in the table below
- Repeat until your seed has 81 characters
First roll | Second roll | 1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|---|---|
1 | A | B | C | D | E | F | |
2 | G | H | I | J | K | L | |
3 | M | N | O | P | Q | R | |
4 | S | T | U | V | W | X | |
5 | Third roll 1-2 Third roll 3-4 Third roll 5-6 |
Y | Z | 9 | A B C |
D E F |
G H I |
6 | Third roll 1-2 Third roll 3-4 Third roll 5-6 |
J K L |
M N O |
P Q R |
S T U |
V W X |
Y Z 9 |
Thanks for the technique. I think it can be done more simply, with two rolls of the die. In a 6x6 grid assign the allowed characters (A-Z and 9) to 27 of the 36 possibilities from two rolls. Ignore rolls that come up with the other 9 possibilites in the grid, and just roll again. For each of the 81 seed positions, there is an equal probability of any of the 27 characters occupying that position. Would appreciate comments as I'm wondering if I've missed something.