Next Previous Up Top Contents Index

2.8 The SIMPLE-RANDOM module

<random>

Sealed instantiable class

Summary

The class of random number generators.

Superclasses

<object>

Init-keywords

seed
An instance of <integer>. Default value: computed to be random.

Library

common-extensions

Module

simple-random

Description

The class of random number generators.

The seed value from which to start the sequence of integers. Default value: computed to be random.

Example


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index