Function prio::field::random_vector

source ยท
pub fn random_vector<F: FieldElement>(len: usize) -> Result<Vec<F>, PrngError>
Expand description

Generate a vector of uniformly distributed random field elements.