uint icon indicating copy to clipboard operation
uint copied to clipboard

`support/rand`: Implement the Uniform distribution.

Open github-actions[bot] opened this issue 2 years ago • 0 comments

On 2022-05-28 @recmo wrote in 1ec2e50 “Recognize new tags”:

Implement the Uniform distribution.

// FEATURE: Implement the Uniform distribution.

#![cfg(feature = "rand")]
use crate::Uint;
use rand::{
    distributions::{Distribution, Standard, Uniform},

From src/support/rand.rs:1

github-actions[bot] avatar May 28 '22 20:05 github-actions[bot]