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

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

Introduction

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

Usage

From source file com.github.joulupunikki.math.random.BitsStreamGenerator64.java

/**
 * 64-bit extension of BitsStreamGenerator, a base class for random number
 * generators that generates bits streams.
 *
 * @author joulupunikki joulupunikki@gmail.communist.invalid
 */