about summary refs log tree commit diff
path: root/library/std/src/random.rs
AgeCommit message (Expand)AuthorLines
2024-10-22AIX use /dev/urandom for implHenry Jiang-1/+1
2024-10-18Add entropy source for RTEMSJan Sommer-0/+1
2024-09-25add link from random() helper fn to extensive DefaultRandomSource docsRalf Jung-1/+2
2024-09-23random: add tracking issue, address other commentsjoboet-10/+15
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-16/+15
2024-09-23std: implement the `random` featurejoboet-0/+100