JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.spark.util.random
Interface Pseudorandom
All Known Subinterfaces:
RandomDataGenerator
<T>,
RandomSampler
<T,U>
All Known Implementing Classes:
BernoulliCellSampler
,
BernoulliSampler
,
ExponentialGenerator
,
GammaGenerator
,
LogNormalGenerator
,
PoissonGenerator
,
PoissonSampler
,
StandardNormalGenerator
,
UniformGenerator
,
WeibullGenerator
public interface
Pseudorandom
:: DeveloperApi :: A class with pseudorandom behavior.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
setSeed
(long seed)
Set random seed.
Method Detail
setSeed
void setSeed(long seed)
Set random seed.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method