- (make-random-vector [randoms: (RANDOMS random-real/current)]) -> (procedure (integer) vector)procedure
- (random-vector! VECTOR% [randoms: (RANDOMS random-real/current)]) -> vector%procedure
Fills VECTOR with inexact real random numbers from the random distribution generator randoms.
RANDOMS is a procedure: () -> inexact-real