mbafrani / AutomaticProcessSimulation

Automatic process simulation using Simpy and Pm4py.
Other
16 stars 5 forks source link

Service time: Add random generator funciton #5

Closed mbafrani closed 4 years ago

mbafrani commented 4 years ago

Add random generator function instead of the average service time of each value to the method.py file.

ghost commented 4 years ago

Instead of the average activity time, a random choice function that chooses one of the activity times for each activity and writes it to the methods.py file