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

Example usage for Java org.apache.mahout.math.jet.random Exponential 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 Exponential.

The text is from its open source code.

Constructor

Exponential(double lambda, Random randomGenerator)
Provides a negative exponential distribution given a rate parameter lambda and an underlying random number generator.

Method

doublenextDouble()
Returns a random number from the distribution.