JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jhplot.math.num.random
Interface RNG
All Known Implementing Classes:
LinearCongruentialRNG
,
MathRNG
,
RandomRNG
public interface
RNG
Defines a random number generator that is capable of generating sequences of random numbers uniformly distributed between zero and one.
Since:
1.3
Method Summary
Methods
Modifier and Type
Method and Description
double
nextRandomNumber
()
Access the next random number from this generator.
Method Detail
nextRandomNumber
double nextRandomNumber()
Access the next random number from this generator.
Returns:
the next random number.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SCaVis 1.0 ©