mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Remove EEPROM address argument from RNG.begin()
Always store the seed at the very end of EEPROM memory.
This commit is contained in:
@@ -908,7 +908,7 @@ void setup()
|
||||
// Start the random number generator. We don't initialise a noise
|
||||
// source here because we don't need one for testing purposes.
|
||||
// Real applications should of course use a proper noise source.
|
||||
RNG.begin("TestNewHope 1.0", 950);
|
||||
RNG.begin("TestNewHope 1.0");
|
||||
|
||||
// Perform the tests.
|
||||
Serial.println();
|
||||
|
||||
Reference in New Issue
Block a user