mercredi 29 janvier 2020

Implement PRNG both on arduino and python

I want to evaluate a big random bytes array both in python and Arduino. I want both of the programs to evaluate the same array. And I want to sync them by a seed.

Therefore the best option to implement that is with a PRNG.

The problem is that I want it to be as random as possible and I don't want to do it myself = which means that I don't care uses a library both in Arduino and python.

The problem is that python and Arduino library implement their random function differently.

Can someone help with a quick solution ? Something that already built up ?




Aucun commentaire:

Enregistrer un commentaire