cforster / theme-park-project

An assignment about theme park queues
0 stars 11 forks source link

Change Attendance Pattern #39

Open hkscreen opened 10 years ago

hkscreen commented 10 years ago

As stands, the customers come in randomly between open time and half of the time. This is unrealistic as people don't randomly come in, there are times at which people come more than other times (ex. people will be more likely to arrive at 10am than lunch time). Therefore we should edit the initial declaration of customer count to be more likely.

zlehmanludwig commented 10 years ago

"Therefore we should edit the initial declaration of customer count to be more likely."

To clarify: we're going to change the generation of arrival times to make it more likely that land lubbers arrive at realistic times. Individuals will still arrive throughout the day, at even at expanded intervals (since in this random weighing some will show up as late as 3:00 in the afternoon)

cforster commented 10 years ago

cool.