Docs.rs
bc-rand-0.5.0
bc-rand 0.5.0
Permalink
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
wolfmcnally
Dependencies
getrandom ^0.3.4
normal
lazy_static ^1.4.0
normal
num-traits ^0.2.15
normal
rand ^0.9.2
normal
rand_core ^0.9.3
normal
rand_xoshiro ^0.7.0
normal
hex-literal ^1.1.0
dev
version-sync ^0.9
dev
Versions
63.16%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rng_random_array
bc_rand
0.5.0
bc_rand
Function
rng_
random_
array
Copy item path
Source
pub fn rng_random_array<const N:
usize
>( rng: &mut impl
RandomNumberGenerator
, ) -> [
u8
;
N
]