6beda64 ^
1 2 3 4 5 6 7
define findseed() { auto x, i for (i = 0; i < 12; i++) x += (rand() % 10 < 1) print "Your seed is a ", x, " eye" }