public class RandomDistribution extends Object
Copied from hadoop-3315 tfile. Remove after tfile is committed and use the tfile version of this class instead.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RandomDistribution.Binomial
Binomial distribution. 
 | 
static interface  | 
RandomDistribution.DiscreteRNG
Interface for discrete (integer) random distributions. 
 | 
static class  | 
RandomDistribution.Flat
P(i)=1/(max-min) 
 | 
static class  | 
RandomDistribution.Zipf
Zipf distribution. 
 | 
| Constructor and Description | 
|---|
RandomDistribution()  | 
public RandomDistribution()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.