JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
L
M
R
S
D
de.unkrig.commons.math
- package de.unkrig.commons.math
This package contains classes and interfaces that extend to capabilities of the JDK classes in the
java.math
package.
L
linearCongruentialGenerator(long, long, long, long)
- Static method in class de.unkrig.commons.math.
Sequences
See
Wikipedia article: Linear congruential generator
.
M
multiplicativeCongruentialGenerator(long, long, long)
- Static method in class de.unkrig.commons.math.
Sequences
See
Wikipedia article: Linear congruential generator
.
R
randomSequence(long)
- Static method in class de.unkrig.commons.math.
Sequences
Produces a periodic sequence of random, but unique
Long
s with values ranging from 0 to
period - 1
.
randomSequence(long, long)
- Static method in class de.unkrig.commons.math.
Sequences
Produces a periodic sequence of random, but unique
Long
s with values ranging from 0 to
period - 1
.
randomSequence(long, long, long)
- Static method in class de.unkrig.commons.math.
Sequences
Produces a periodic sequence of random, but unique
Long
s with values ranging from
min
to
max
- 1
.
S
Sequences
- Class in
de.unkrig.commons.math
A collection of utility methods related to mathematical sequences.
D
L
M
R
S
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018
Arno Unkrig
. All rights reserved.