random_uniform

Function random_uniform 

Source
pub fn random_uniform<R: Runtime, E: Numeric>(
    client: &ComputeClient<R::Server>,
    lower_bound: E,
    upper_bound: E,
    out: TensorHandleRef<'_, R>,
)
Expand description

Pseudo-random generator with uniform distribution