Glad to see random booleans included. Those are a common omission in
other languages.
Should `make-random-boolean-generator` take an optional argument giving
the probability with which #t is returned?
For the string and char generators you can do the weighting yourself by
giving some characters multiple times, but for booleans I don't see an
equally easy way to roll your own weighting.