Surprised that I was able to create a dice rolling simulation

Hans Scharler on 30 May 2024
Latest activity Reply by Chen Lin on 30 May 2024

One of the starter prompts is about rolling two six-sided dice and plot the results. As a hobby, I create my own board games. I was able to use the dice rolling prompt to show how a simple roll and move game would work. That was a great surprise!
Chen Lin
Chen Lin on 30 May 2024
Below is the prompt I tried in the AI Chat Playground.
First prompt: rolling two six-sided dice and plot the results
Then prompt suggested by AI: How can I simulate rolling the dice multiple times and plot the distribution of the results?
Here is the result for 1000 rolls. It looks like you are more likely to get 7.