public interface Random
Modifier and Type | Method and Description |
---|---|
static double |
uniform()
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).
|
static double uniform()
static PgxVect<java.lang.Double> uniformVector()