chickadee » crypt » crypt-maximum-random-u8vector

crypt-maximum-random-u8vector min maxprocedure

The initial value of crypt-default-random-u8vector. This procedure simply calls Chicken's built-in pseudo-random-integer to get enough values between 0 and 255 to fill the u8vector. It will use the maximum length if available, otherwise the minimum length (this may change later).