mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
276 B
Plaintext
6 lines
276 B
Plaintext
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)
|