Java org.apache.commons.math3.random Well44497b fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.random Well44497b fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.random Well44497b.

The text is from its open source code.

Constructor

Well44497b(int seed)
Creates a new random number generator using a single int seed.
Well44497b(int[] seed)
Creates a new random number generator using an int array seed.
Well44497b(long seed)
Creates a new random number generator using a single long seed.
Well44497b()
Creates a new random number generator.

Method