Skip to content

support/rand_09: Implement the Uniform distribution. #452

@github-actions

Description

@github-actions

On 2025-03-17 @prestwich wrote in fd57517 “Merge pull request #445 from DaniPopes/rand-0.9”:

Implement the Uniform distribution.

//! Support for the [`rand`](https://crates.io/crates/rand) crate.

#![cfg(feature = "rand-09")]
#![cfg_attr(docsrs, doc(cfg(feature = "rand-09")))]

// FEATURE: Implement the Uniform distribution.

use rand_09 as rand;

use crate::Uint;
use rand::{

From src/support/rand_09.rs:6

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions