Crates.io | prandom |
lib.rs | prandom |
version | 0.1.0 |
source | src |
created_at | 2023-08-28 08:13:51.784253 |
updated_at | 2023-08-28 08:13:51.784253 |
description | Some PNRG algorithms implemented in Rust. |
homepage | |
repository | https://github.com/ferhatgec/prandom |
max_upload_size | |
id | 956676 |
size | 8,098 |
LinearCongruential
,MersenneTwister
,MultiplyWithCarry
init_by_pos(usize, usize)
init_by_seed(usize)
take()