JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
util
Interface PseudoRandom
All Known Implementing Classes:
Mersenne
public interface
PseudoRandom
A
Pseudo Random
object is an object able to generate a pseudo random integer value.
Method Summary
Methods
Modifier and Type
Method and Description
int
rand
(int n)
Returns an integer between 0 and the specified value.
Method Detail
rand
int rand(int n)
Returns an integer between 0 and the specified value.
Parameters:
n
- the maximum value (+1) allowed for the result.
Returns:
a number between 0 and
n -1
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method