Tool to generate digits randomly, according to several criteria before leaving the chance to decide (0 or 1 for head or tail, 1 to 6 for a die, etc.)
Random Digits - dCode
Tag(s) : Fun/Miscellaneous, Algorithm
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Tool to generate digits randomly, according to several criteria before leaving the chance to decide (0 or 1 for head or tail, 1 to 6 for a die, etc.)
Choose which digits are selectable, by default the choice is among all digits from 0 to 9.
dCode will then make a random selection and return one of the possible digits.
Example: 10-digit draw between 0 and 9: 9,7,6,4,3,2,4,7,9,0 or 1,3,3,7,6,2,4,3,7,5
To draw numbers (not only digits from 0 to 9), use the random selection and random number picker tools.
Perform a draw between 2 values like 0 and 1 and assign 0 to head and 1 to tail.
Example: Draw of 10 consecutive toss coins: 1,0,1,0,0,1,0,1,1,0
Perform a draw between 6 values (default from 1 to 6).
This kind of generator guarantees an unbiased draw
Select an empty box and enter the formula: =INT(RAND()*10)
dCode retains ownership of the online 'Random Digits' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script, copy-paste, or API access will be for free, same for Random Digits download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!