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

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

Introduction

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

The text is from its open source code.

Field

intUNIFORM_MODE
Uniform random deviates with mean = μ.

Constructor

ValueServer()
Creates new ValueServer

Method

doublegetNext()
Returns the next generated value, generated according to the mode value (see MODE constants).
voidsetMode(int mode)
Sets the data generation mode.
voidsetMu(double mu)
Sets the #getMu() mean used in data generation.