Full website to show data for scheduler(SRTF,SJF,FSFS,RR)
The process generation module will randomly generate process parameters like Arrival Time, Burst Time, and Priority, following specified distributions (Normal for Arrival and Burst Time, Poisson for Priority). This module will read input from a text file containing the number of processes to generate and the distribution parameters (mean, standard deviation, and lambda). It will then output another text file listing each process with its ID, arrival time, burst time, and priority.