nRF5340 - Pseudo Random Generator

Hi,

I'm currently using an algorithm that uses rand() API under Zephyr 3.5.99.

My include file is

#include <zephyr/random/random.h>

This is a true random generator running on nRF5340.

At this stage I need to move to a viable pseudo random solution.

After a suitable initialization function call, it should generate a repeatable sequence of numbers, pheraphs on the base of a seed.

Can anyone address me to this aim ?

Parents Reply Children
Related