From 53704098752dd7512deb1ad403b5bb76e5f92b3c Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Mon, 28 Aug 2017 21:09:13 -0400 Subject: [PATCH] fix documentation comments for initRandomSeed() --- src/Arduboy2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Arduboy2.h b/src/Arduboy2.h index ddc9e34..d67ccdc 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -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