Use std:rand() in Touchscreen Test (#1840)

This commit is contained in:
Mark Thompson 2024-02-03 02:54:10 -06:00 committed by GitHub
parent ee2e57d702
commit 464cc8449e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 11 deletions

View file

@ -385,7 +385,6 @@ class DebugScreenTest : public View {
bool on_key(KeyEvent key) override;
bool on_encoder(EncoderEvent delta) override;
bool on_touch(TouchEvent event) override;
uint16_t semirand();
void paint(Painter& painter) override;
private: