rand 0.9.0-alpha.0

Random number generators and other randomness functionality.
Documentation

rand

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 7 of them enabled by default.

default

  • std
  • std_rng
  • getrandom

std

  • rand_core/std
  • rand_chacha?/std
  • alloc
  • libc

std_rng

  • rand_chacha

getrandom

  • rand_core/getrandom

alloc

  • rand_core/alloc

libc

  • dep:libc

rand_chacha

  • dep:rand_chacha

serde1

  • serde
  • rand_core/serde1

log

  • dep:log

serde

  • dep:serde

simd_support

  • zerocopy/simd-nightly

nightly

    This feature flag does not enable additional features.

small_rng

    This feature flag does not enable additional features.

unbiased

    This feature flag does not enable additional features.