mixing: benchmark.h mixing.cpp  pcg.h
	c++ -O3 -o mixing mixing.cpp


clean:
	rm  -f mixing
