Java org.apache.mahout.math.jet.random Uniform fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math.jet.random Uniform fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math.jet.random Uniform.

The text is from its open source code.

Constructor

Uniform(double min, double max, int seed)
Constructs a uniform distribution with the given minimum and maximum, using a org.apache.mahout.math.jet.random.engine.MersenneTwister seeded with the given seed.
Uniform(double min, double max, Random randomGenerator)
Constructs a uniform distribution with the given minimum and maximum.