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

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

The text is from its open source code.

Method

voidsample(long n, long N, int count, long low, long[] values, int fromIndex, Random randomGenerator)
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].