Files
rust/library/std/src
León Orell Valerian Liehr 5d5645972f Rollup merge of #143776 - no1wudi:fix, r=tgross35
std: move NuttX to use arc4random for random number generation

arc4random support in libc merged in https://github.com/rust-lang/libc/pull/4464, so:

* Move `target_os = "nuttx"` from unix_legacy to arc4random section
* This aligns NuttX with other POSIX-compliant systems that support arc4random
* Improves random number generation quality on NuttX by using the system's built-in arc4random implementation instead of legacy fallback methods

NuttX supports arc4random_buf which provides better entropy and security compared to the legacy random number generation methods.
2025-07-13 07:21:19 +02:00
..
2023-12-10 10:56:22 +08:00
2025-07-01 10:54:33 -07:00
2024-11-02 11:27:14 +01:00
2025-07-01 10:54:33 -07:00
2025-06-16 09:15:17 +02:00
2025-02-13 13:10:28 -08:00
2025-01-11 06:35:21 +02:00
2024-04-08 11:57:17 +00:00
2025-07-07 15:20:22 +08:00
2025-03-10 21:23:32 +08:00
2025-05-15 11:20:13 +02:00
2025-02-07 16:54:07 +01:00