Hi,
I’m a security researcher trying to find if RIOT contains a cryptographically secure pseudorandom number generator (CSPRNG) subsystem. Other IoT operating systems use mbed TLS’s mbedtls_ctr_drbg_random for this, which operates similarly to Linux’s /dev/urandom, for example.
I didn’t see anything to this effect when browsing the RIOT code, but it’s large and might have missed something. Thanks!