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 Summary
Constructors Constructor Description UniformPRNGenerator()UniformPRNGenerator(long seed) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublenextDouble()voidsetSeed(long seed) 
 - 
 
- 
- 
Method Detail
- 
setSeed
public void setSeed(long seed)
- Specified by:
 setSeedin classPRNGenerator
 
- 
nextDouble
public double nextDouble()
- Specified by:
 nextDoublein classPRNGenerator
 
 - 
 
 -