Use Java Programming to implement the Priority CPU Scheduling

Job ID: 35533464

Budget: $10 – $30 USD

Hi,
I'm researching CPU Scheduling and I want you to write a simple program, that could be on a single java file. Implementing Priority CPU Scheduling technique using the following Sequence:
- Using the Polynomial Distribution function to generate random numbers to be passed as parameters through a method call.
- Range of parameters should be between 101-200
- techniques to compare will be
1. Shortest Job First (Non-Preemptive) Scheduling algorithm
2. Round-Robin Scheduling algorithm
3. Dynamic Round-Robin even-odd number quantum Scheduling algorithm
The aim is to compare results to see which is more efficient. The result should print speed and efficiency saying which is best.