Module rustls::rand

source ยท
Expand description

The single place where we generate random material for our own use.

Structsยง

Functionsยง

  • fill_random ๐Ÿ”’
    Fill the whole slice with random material.
  • random_u32 ๐Ÿ”’
    Return a uniformly random u32.
  • random_vec ๐Ÿ”’
    Make a Vec of the given size containing random material.