Crates.io | random-picker |
lib.rs | random-picker |
version | 0.2.3 |
source | src |
created_at | 2024-10-08 23:28:18.6386 |
updated_at | 2024-11-01 20:26:12.358159 |
description | Generates random choices based on the weight table of probabilities. It can be used to calculate each item's probability of being picked up when picking a given amount of non-repetitive items, or to compare the speed of OS random source with that of the CSPRNG. |
homepage | |
repository | https://github.com/wuwbobo2021/random-picker |
max_upload_size | |
id | 1401824 |
size | 40,866 |
Generates random choices based on the weight table of probabilities. It can be used to calculate each item's probability of being picked up when picking a given amount of non-repetitive items (multi-thread), or to compare the speed of OS random source with that of the CSPRNG.
Documentation: https://docs.rs/random_picker/latest.
Current version of this program is able to load table files created by the old C++ version, just for comparing their behaviors.
This crate is looking for new maintainers having more knowledge and interests in this topic.