all: run

run:
	for s in random.* ; do ./$$s ; done > ../out/random-uuid
