pub fn random_uniform<R: Runtime>(
client: &ComputeClient<R>,
lower_bound: f32,
upper_bound: f32,
out: TensorHandleRef<'_, R>,
dtype: StorageType,
) -> Result<(), LaunchError>Expand description
Pseudo-random generator with uniform distribution