πŸ†• Roll Dice & Random Number columns

The Roll Dice and Random Number columns add some randomness to your apps!

Here’s an app that flips coins and rolls dice:

CleanShot 2021-10-26 at 06.55.49

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.
13 Likes

Wow !

2 Likes