Package org.apache.sysds.runtime.util
Class UniformPRNGenerator
- java.lang.Object
- 
- org.apache.sysds.runtime.util.PRNGenerator
- 
- org.apache.sysds.runtime.util.UniformPRNGenerator
 
 
- 
 public class UniformPRNGenerator extends PRNGenerator 
- 
- 
Constructor SummaryConstructors Constructor Description UniformPRNGenerator()UniformPRNGenerator(long seed)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublenextDouble()voidsetSeed(long seed)
 
- 
- 
- 
Method Detail- 
setSeedpublic void setSeed(long seed) - Specified by:
- setSeedin class- PRNGenerator
 
 - 
nextDoublepublic double nextDouble() - Specified by:
- nextDoublein class- PRNGenerator
 
 
- 
 
-