Usage Guide

Overview

The random library contains two kinds of objects, the generators which implement different pseudo-random-number algorithms, and the distributions which transform the (uniform) output from the generators into the desired simulated statistical distributions. (The Swarm random library does not implement any true random number generators at this time.)

Usage Guide for Beginners, Advanced Usage Guide and Guide to Generators and Distributions

All these sections have been relocated to the in the new