This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Random Number Generator

Hello Nordic.

I find two RNG example.

Both nrf_crypto_rng_vector_generate and nrf_drv_rng_rand , what is the difference?

Which one is better on RNG.

How to correspond in the nRF52840_PS_v1.1.pdf!

• True random number generator (TRNG) compliant with NIST 800-90B15, AIS-31, and FIPS 140-2/315 .

• Pseudorandom number generator (PRNG) using underlying AES engine compliant with NIST 800-90A

Thank You!
Andy 

Related