Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
lfun::

Method lfun::_random()


Method _random

mixed lfun::_random()

Description

Called by random . Typical uses is when the object implements a ADT, then a call to this lfun should return a random member of the ADT or range implied by the ADT.

See also

random()