Method lfun::_random()
- Method
_random
mixed_random(function(int(0..):string(8bit))random_string,function(mixed:mixed)random)- Description
Called by
random(). Typical use is when the object implements a ADT, when a call to this lfun should return a random member of the ADT or range implied by the ADT.- Parameter
random_string A
RandomInterface()->random_stringfunction that returns a string(8bit) of the specified length.- Parameter
random A
RandomInterface()->randomfunction.- See also
random(),
RandomInterface