pub fn generate_random_z(
params: &SystemParams,
rng: &mut StdRng,
) -> (Vec<EF>, Vec<EF>)Expand description
Generate random evaluation points for WHIR tests.
pub fn generate_random_z(
params: &SystemParams,
rng: &mut StdRng,
) -> (Vec<EF>, Vec<EF>)Generate random evaluation points for WHIR tests.