Function uniform_from_seed

Source
pub fn uniform_from_seed<T, D>(
    key: u64,
    start: T,
    stop: T,
    shape: impl IntoDimension<Dim = D>,
) -> UniformResult<Array<T, D>>
where D: Dimension, T: SampleUniform,
Expand description

Creates a random array from a uniform distribution using a given key