chickadee » srfi-27 » make-random-vector

(make-random-vector [randoms: (RANDOMS current-random-real)]) -> (integer -> vector)procedure
(random-vector! VECTOR% [randoms: (RANDOMS current-random-real)]) -> vector%procedure

Fills VECTOR with inexact real random numbers from the random distribution generator randoms.

RANDOMS is a procedure: () -> inexact-real