Example usage for org.apache.commons.math3.random RandomData interface-usage

List of usage examples for org.apache.commons.math3.random RandomData interface-usage

Introduction

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

Usage

From source file net.kahowell.xsd.fuzzer.util.CompositeRandom.java

/**
 * Wraps {@link java.util.Random} and {@link RandomData} in the same class.
 * This allows convenient access to methods of both.
 * 
 * Copyright (c) 2012 Kevin Howell. See LICENSE file for copying permission.
 *