Python Forum
Dice and Random Variables
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dice and Random Variables
#3
Yes. Sorry. This is the prompt.

"Project Overview

In this series of three programming tasks, we will implement together a program that will play optimally in a tricky dice game! You program will be given a list of dices and will decide who chooses the dice first (you or your opponent).

When the dices are chosen, we will simulate 10000 throws. Each time your number is greater, you get $1 from your opponent. Conversely, each time your number is smaller, you pay $1 to your opponent.

Your ultimate goal is to implement a program that always wins in such a simulation."
Reply


Messages In This Thread
Dice and Random Variables - by isuckatcoding - Dec-01-2017, 08:30 PM
RE: Dice and Random Variables - by micseydel - Dec-01-2017, 09:10 PM
RE: Dice and Random Variables - by isuckatcoding - Dec-03-2017, 09:23 PM
RE: Dice and Random Variables - by micseydel - Dec-04-2017, 05:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Optimisation the rejection method of generating random variables Hummingbird 2 2,402 Apr-21-2019, 01:02 PM
Last Post: priyanshu

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020