Next: , Previous: , Up: Random   [Index]


1.139.3 Random: basic

atEnd

This stream never ends. Always answer false.

between: low and: high

Return a random integer between low and high.

next

Return the next random number in the sequence.

nextPut: value

This method should not be called for instances of this class.