API for probabilities.random-numbers (1.1.x branch)

by Konrad Hinsen

Usage:
(ns your-namespace
  (:require clojure.contrib.probabilities.random-numbers))

Overview

Random number streams

This library provides random number generators with a common
stream interface. They all produce pseudo-random numbers that are
uniformly distributed in the interval [0, 1), i.e. 0 is a
possible value but 1 isn't. For transformations to other
distributions, see clojure.contrib.probabilities.monte-carlo.

At the moment, the only generator provided is a rather simple
linear congruential generator.

Public Variables and Functions

Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.