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 double
nextDouble()
void
setSeed(long seed)
-
-
-
Method Detail
-
setSeed
public void setSeed(long seed)
- Specified by:
setSeed
in classPRNGenerator
-
nextDouble
public double nextDouble()
- Specified by:
nextDouble
in classPRNGenerator
-
-