`#[derive(Rand)]` macro (deprecated).
# Cargo.toml
[dependencies]
rand_derive = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derives the Rand trait for a struct (deprecated).
Replace `#[derive(Rand)]` with manual implementation using `Standard` distribution.
No dependency data recorded yet.