devela::_dep::bytemuck::__core

Module random

Source
🔬This is a nightly-only experimental API. (random)
Available on crate feature dep_bytemuck only.
Expand description

Random value generation.

The Random trait allows generating a random value for a type using a given RandomSource.

Traits§

  • RandomExperimental
    A trait for getting a random value for a type.
  • RandomSourceExperimental
    A source of randomness.