Random number generator program to aid in the proposed Multifind project for the Operating Systems discipline taught at Unicamp's Faculty of Technology.
The objective of this project is to facilitate the generation of the Multifind project input files for the Operating Systems discipline taught at Unicamp's Faculty of Technology.
At the Terminal or other Shell interpreter, type the following
gcc random.c -o random
At the Terminal or other Shell interpreter, type the following
./random num
Note that num must be a number between 1 and 10. The program will generate num input files that should be used in the Multifind project.
If you want to restart generating the input files, run the Shell Script provided with the command below
sh clear_files.sh
and then
./random new_num
where new_num must be a new number between 1 and 10.