chickadee » data-generators » gen-string-of

(gen-string-of char-gen #!optional (size (gen-current-default-size)))procedure

Generator for a string where each character is generated from char-gen. The size parameter specifies the size of the strings that are generated. It is expected to be a thunk that returns the size as a fixnum. See with-size for a more convenient way to adjust this.