Skip navigation links
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

M

multiplicativeCongruentialGenerator(long, long, long) - Static method in class de.unkrig.commons.math.Sequences

R

randomSequence(long) - Static method in class de.unkrig.commons.math.Sequences
Produces a periodic sequence of random, but unique Longs 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 Longs 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 Longs 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

Copyright © 2018 Arno Unkrig. All rights reserved.