chickadee » data-generators » gen-for-each

gen-for-each n proc genprocedure

Invokes the generator gen n times and applies proc to each value in turn. proc must be a procedure that takes two arguments. The first argument will be the value and the second argument will be the round in which the value was generated.