Example usage for org.apache.commons.math3.random AbstractRandomGenerator subclass-usage

List of usage examples for org.apache.commons.math3.random AbstractRandomGenerator subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.random AbstractRandomGenerator subclass-usage.

Usage

From source file org.cmg.ml.sam.core.sim.DefaultRandomGenerator.java

/**
 * @author loreti
 *
 */
public class DefaultRandomGenerator extends AbstractRandomGenerator {

From source file org.cmg.ml.sam.sim.DefaultRandomGenerator.java

/**
 * @author loreti
 *
 */
public class DefaultRandomGenerator extends AbstractRandomGenerator {

From source file gdsc.core.utils.PseudoRandomGenerator.java

/**
 * Contains a set of random numbers that are reused in sequence
 */
public class PseudoRandomGenerator extends AbstractRandomGenerator implements Cloneable {
    protected final double[] sequence;