Function winter_rand_utils::rand_value

source ·
pub fn rand_value<R: Randomizable>() -> R
Expand description

Returns a single random value of the specified type.

§Panics

Panics if:

  • A valid value requires over 32 bytes.
  • A valid value could not be generated after 1000 tries.