Package org.apache.sysds.runtime.util
Class RandNPair
java.lang.Object
org.apache.sysds.runtime.util.RandNPair
Class that generates a pair of random numbers from standard normal
distribution N(0,1). Box-Muller method is used to compute random
numbers from N(0,1) using two independent random numbers from U[0,1).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RandNPair
public RandNPair()
-
-
Method Details
-
getFirst
public double getFirst() -
getSecond
public double getSecond() -
compute
public void compute(double U1, double U2) -
compute
-