alloy-rs / alloy-rs/ruint

`support/rand_09`: Implement the Uniform distribution.

Offen
#452 0 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @prestwich Auf GitHub ansehen
feature tracker
Vorherrschende Sprache
Rust
Sterne
225
Forks
70
Ø Merge
16 Std. 54 Min.
Gemergte PRs (30 T.)
8

Beschreibung

*On 2025-03-17 @prestwich wrote in [`fd57517`](https://github.com/recmo/uint/commit/fd57517b36cda8341f7740dacab4b1ec186af948) “Merge pull request #445 from DaniPopes/rand-0.9”:*

Implement the Uniform distribution.

```rust
//! 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`](https://github.com/recmo/uint/blob/fd57517b36cda8341f7740dacab4b1ec186af948/src/support/rand_09.rs#L6)*

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.