Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Thursday, January 24, 2013

random seed in makefile

SEED := $(shell od -An -N2 -i /dev/random | tr -d ' ')