Next Previous Up Top Contents Index

2.8 The SIMPLE-RANDOM module

random

Function

Summary

Returns a pseudorandomly generated number greater than or equal to zero and less than a specified value.

Signature

random upperbound #key random => random-integer 

Arguments

range
An instance of <integer>.

random
An instance of <random>.

Values

random-integer

An instance of <integer>.

Library

common-extensions

Module

simple-random

Description

Returns a pseudorandomly generated number greater than or equal to zero and less than range.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index