go:
	./this-pylint --to-pylint lcgrng.py
	./lcgrng.py --numbers 10 --range 100
	./lcgrng.py --numbers 10 --range 100 --n-up 2
	./lcgrng.py --numbers 10 --range 100 --n-up 3

go2: fast-pseudorandom
	./fast-pseudorandom | od -x
	
fast-pseudorandom: fast-pseudorandom.c
	$(CC) -o fast-pseudorandom -O3 fast-pseudorandom.c
	
clean:
	rm -f *.o fast-pseudorandom *.pyc