fix documentation comments for initRandomSeed()

This commit is contained in:
Scott Allen 2017-08-28 21:09:13 -04:00
parent 1bb4726ed0
commit 5370409875
1 changed files with 2 additions and 2 deletions

View File

@ -641,8 +641,8 @@ class Arduboy2Base : public Arduboy2Core
*
* \details
* The Arduino random number generator is seeded with a random value
* derrived from entropy from the temperature, voltage reading, and
* microseconds since boot.
* derived from entropy from an ADC reading of a floating pin combined with
* the microseconds since boot.
*
* This method is still most effective when called after a semi-random time,
* such as after a user hits a button to start a game or other semi-random