I recently proposed adding a generateRandomSeed()
function to Arduboy2
to enable use of external random number generators.
So this will be available in the next release.
I recently proposed adding a generateRandomSeed()
function to Arduboy2
to enable use of external random number generators.
So this will be available in the next release.
Although this new function is presently queued for inclusion in the next Arduboy2 library release, if anyone wants to use it in a sketch that will be made public, I’ll do a release immediately to make it available.
A related topic, discussing alternative random number generators, for which the generateRandomSeed() function could be used: