The Roll Dice and Random Number columns add some randomness to your apps!
Hereβs an app that flips coins and rolls dice:
You could also use these columns to randomly partition data, for example, randomly assign 20% of employees to a Red team and 80% to a Blue team.
Some things I learned this morning when implementing this:
- A coin is a two-sided die.
- Flipping a zero-sided die is undefined.
- Negative-sided die work just as well as their positive counterparts.