blob: 58f0ca37aefd53b0cfb104c0532dff84db1a4c60 (
plain)
1
2
3
4
5
|
This module generates a variety of random numbers. Capabilities of wide
interest include the generation of:
. uniform numbers between 0 and 1 (or user chosen boundaries)
. random integers between user specified bounds
. random permutations of a list (shuffle a deck of cards)
|