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

What's the maximum time between random numbers on the RNG peripheral?

What's the maximum time between random numbers being generated on the nRF52832's RNG? The datasheet just says

The time needed to generate one random byte of data is unpredictable, and may vary from one byte to the next. This is especially true when bias correction is enabled.

But how much "unpredictability" are we talking here? What's the maximum time between generated numbers? 50 milliseconds? 1 second? Unlimited?

Related