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

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

The text is from its open source code.

Constructor

Gamma(double alpha, double rate, Random randomGenerator)
Constructs a Gamma distribution with a given shape (alpha) and rate (beta).