Package oracle.pgx.algorithm
Interface Random
- 
 public interface RandomUtility functions related to randomness.
- 
- 
Method SummaryStatic Methods Modifier and Type Method Description static doubleuniform()Create a uniform random value in the range [0, 1).static PgxVect<java.lang.Double>uniformVector()Create a vector with each cell initialized to a uniform random value in the range [0, 1).
 
- 
- 
- 
Method Detail- 
uniformstatic double uniform() Create a uniform random value in the range [0, 1).- Returns:
 
 - 
uniformVectorstatic PgxVect<java.lang.Double> uniformVector() Create a vector with each cell initialized to a uniform random value in the range [0, 1).- Returns:
 
 
- 
 
-