Skip to content

Random number generator program to aid in the proposed Multifind project for the Operating Systems discipline taught at Unicamp's Faculty of Technology.

License

Notifications You must be signed in to change notification settings

gapolli/Random-Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Numbers

Random number generator program to aid in the proposed Multifind project for the Operating Systems discipline taught at Unicamp's Faculty of Technology.

Objective:

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.

Contributors (sorted alphabetically):

Compilation:

At the Terminal or other Shell interpreter, type the following

gcc random.c -o random

Usage:

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.

Observations:

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.

About

Random number generator program to aid in the proposed Multifind project for the Operating Systems discipline taught at Unicamp's Faculty of Technology.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published