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

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

Introduction

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

Usage

From source file com.analog.lyric.math.DimpleRandom.java

/**
 * Extended implementation of {@link Random} for use in Dimple
 * <p>
 * Most users will want to use {@link DimpleEnvironment#activeRandom()} rather than constructing
 * a new instance.
 * <p>