From 76e8b8bab1855d94a22daefc486e268402507794 Mon Sep 17 00:00:00 2001 From: Luka Teras Date: Thu, 2 Jan 2025 18:57:55 -0300 Subject: [PATCH] Remove the link to PS Vita `getentropy` from the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ece9ecf2..ce6f0f09e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ fn get_random_u128() -> Result { | WASI 0.2 | `wasm32‑wasip2` | [`get-random-u64`] | SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes` | Nintendo 3DS | `*-nintendo-3ds` | [`getrandom`][18] -| PS Vita | `*-vita-*` | [`getentropy`][13] +| PS Vita | `*-vita-*` | `getentropy` | QNX Neutrino | `*‑nto-qnx*` | [`/dev/urandom`][14] (identical to `/dev/random`) | AIX | `*-ibm-aix` | [`/dev/urandom`][15]