- current-random-sourceprocedure
An r7rs or SRFI 39 parameter that provides the random source for all the procedures in this SRFI. Its initial value is default-random-source from srfi-27. Use parameterize to specify a dynamic scope in which a different srfi-27 random source is used when creating new generators. The behavior of existing generators is not affected by changes to this parameter.
Chicken note: This is the same parameter as the one exported from the srfi-27 egg.