/randu

Simple implementation of randu to show its hidden pattern

Primary LanguagePython

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".