Package org.apache.sysds.runtime.util
Class PRNGenerator
java.lang.Object
org.apache.sysds.runtime.util.PRNGenerator
- All Implemented Interfaces:
IPRNGenerator
- Direct Known Subclasses:
NormalPRNGenerator,PoissonPRNGenerator,UniformPRNGenerator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PRNGenerator
public PRNGenerator()
-
-
Method Details
-
setSeed
public abstract void setSeed(long sd) - Specified by:
setSeedin interfaceIPRNGenerator
-
nextDouble
public abstract double nextDouble()
-