Example usage for org.apache.commons.math.random RandomGenerator interface-usage

List of usage examples for org.apache.commons.math.random RandomGenerator interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.random RandomGenerator interface-usage.

Usage

From source file edu.utah.further.core.util.math.random.RandomGeneratorFixedImpl.java

/**
 * Mock random number generator that generates the same value for every category (int,
 * double, etc.).
 * <p>
 * -----------------------------------------------------------------------------------<br>
 * (c) 2008-2013 FURTHeR Project, Health Sciences IT, University of Utah<br>