chickadee » srfi-252 » boolean-generator

boolean-generatorprocedure

Create an infinite generator that returns #t and #f. The generator should return the sequence (#t #f) first, then a uniformly random distribution of #t and #f.