about summary refs log tree commit diff
path: root/library/core/src/random.rs
AgeCommit message (Expand)AuthorLines
2025-07-11random: Provide a `Distribution<T>` traitJosh Triplett-27/+20
2025-07-09random: Add comment on `RandomSource::fill_bytes` about multiple callsJosh Triplett-0/+5
2024-09-23random: add tracking issue, address other commentsjoboet-2/+2
2024-09-23std: implement the `random` featurejoboet-0/+62