Next:
Random-testing
, Previous:
Random class-shortcuts
, Up:
Random
1.135.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.