You have three indistinguishable dice and you can only throw all three of them at once. This works great if you need to toss three dice, obviously. But what if you need less?
a) how can you simulate a single dice from the result of the three dice-throws? (with the exact probability)
if you're lazy, this is the solution:
b) how can you simulate two dice from the result of the three dice-throws? (again, with the correct probabilities)
It is NOT allowed to repeat problem a) twice.
if you're super lazy this is the solution I came up with, although it's hard to believe it's the simplest method out there:
The video is here:
https://www.youtube....h?v=xHh0ui5mi_E
It spoils the first solution but gives no second solution, only saying that it might be ugly.