- (make-bounded-hash HASH [GETLEN string-length] [GETINT 0]) => procedureprocedure
Returns a hash function with a SRFI-69 signature, but with a real domain; i.e. (procedure (* #!optional positive-number) number).
The GETLEN will be used to aquire the OBJECT length for the HASH.
The GETINT will supply the initial hash value.