SRFI 194: Random data generators

by Shiro Kawai (design), Arvydas Silanskas (implementation), John Cowan (editor and shepherd), and Linas Vepštas (implementation)

status: final (2020-08-26)

keywords: Randomness

See also SRFI 27: Sources of Random Bits.

Abstract

This SRFI defines a set of SRFI 158 generators and generator makers that yield random data of specific ranges and distributions. It is intended to be implemented on top of SRFI 27, which provides the underlying source of random integers and floats.