Common Dylan provides a simple facility for generating sequences of pseudo-random integers via the simple-random module exported from the common-extensions library.
Instances of the sealed class <random> generate pseudo-random integers. Given an instance of <random>, the function random will return a pseudo-random integer. See "The SIMPLE-RANDOM module" on page 54 for reference descriptions of random and <random>.