In real life assemblers/operators wont always be 100% efficient all the time. I need the processors to pick a random number between two values and then add on their efficiency. I would also like the values to be pulled from an excel sheet but that is not a hard requirement.
for example: One machine on average takes 16-23 Seconds to run and we know the operator is 85% efficient. The processor would pick a random number such as 20 and add the operators efficiency to it making it 23.52 seconds long.
How could I go about making that possible for my simulation?