Uses of Class
org.apache.sysds.runtime.util.PRNGenerator
-
Packages that use PRNGenerator Package Description org.apache.sysds.runtime.util -
-
Uses of PRNGenerator in org.apache.sysds.runtime.util
Subclasses of PRNGenerator in org.apache.sysds.runtime.util Modifier and Type Class Description class
NormalPRNGenerator
Class that can generate a stream of random numbers from standard normal distribution N(0,1).class
PoissonPRNGenerator
Class that can generate a stream of random numbers from Poisson distribution with specified mean.class
UniformPRNGenerator
-