fresh bytes
Subscribe Now

How to roll an imaginary 6-sided die in your head

Taken from Mindhacker: 60 Tips, Tricks, and Games to Take Your Mind to the Next Level, a new book (released today), by Ron Hale-Evans and Marty Hale-Evans, discovered voa Boing Boing:

Hack 36: Role the Mental Dice
Quick! You need a way to generate random numbers using just your brain, because you’re playing in the pool, driving, falling asleep, or doing something else that makes it difficult to roll physical dice. Maybe you’re playing games (board, role-playing, or purely mental) or breaking out of a rut by making decisions randomly. Don’t panic – you can use simple math on random words from your surroundings to quickly create random numbers, just about anytime and anywhere.

For each of these procedures, you’ll need to be able to come up with a short random word, either spontaneously or from the environment. To get one, check nearby signs or reading material, ask a friend or passerby, or do anything similar that seems good to you. You’ll also need to know or work out the number value of each letter, corresponding to its place in the alphabet: A = 1, B = 2, C = 3, and so on through Z equals 26.

To emulate a 6 sided die, follow this procedure:

1. find a short word, such as “cat.”

2. Sum the numerical values of the letters in the word: C = 3, A = 1, T = 20, and then 3+1+20 = 24.

3. Calculate the number modulo 09 (see the section “How It Works” for the procedure).

If the remainder is a 0, 7, or 8, which will happen one third of the time, discard it and try a new word. Otherwise, the remainder will be a pseudo random number from 1 to 6. Congratulations! This is your 6 sided die roll. (The results for the word “cat” is 6.)

 

Leave a Reply

featured blogs
Aug 11, 2025
If you're like me, all three of these videos will leave your brain buzzing with ideas, thoughts, and unanswered questions....

Libby's Lab

Libby's Lab Viewer Survey

Sponsored by Mouser Electronics

Take this quick survey to give feedback on the Libby's Lab series from Mouser Electronics and EE Journal.

Click here to take the survey!

featured chalk talk

Simplifying Position Control with Advanced Stepper Motor Driver
In this episode of Chalk Talk, Jiri Keprda from STMicroelectronics and Amelia Dalton explore the benefits of the powerSTEP01 is a system-in-package from STMicroelectronics. They also examine how this solution can streamline overall position control architecture, the high level commands included in this solution and the variety of advanced diagnostics included in the powerSTEP01 system-in-package.
Jan 21, 2025
30,961 views