Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 315 Bytes

randu

randu.c creates a new set of data in dat/randu.dat

randu.py plots data from dat/randu.dat

execute python script from parent directory of this project, otherwise it won't work.

To compile randu.c using linux, go to parent directory of project and type "make" in terminal.

Execute by typing "./randu".