about summary refs log tree commit diff
path: root/library/std/src/sys/random
AgeCommit message (Collapse)AuthorLines
2024-11-21Use arc4random of libc for RTEMS targetJan Sommer-2/+0
Is available since libc 0.2.162
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-2/+2
2024-10-22AIX use /dev/urandom for implHenry Jiang-0/+1
2024-10-18Add entropy source for RTEMSJan Sommer-0/+3
2024-09-24Initial std library support for NuttXHuang Qi-0/+1
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-86/+75
2024-09-23std: implement the `random` featurejoboet-0/+605
Implements the ACP https://github.com/rust-lang/libs-team/issues/393.