From 18491a1336b231c8d988ffae407ac65d7dfb58a8 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 20 Aug 2025 10:42:43 +0200 Subject: [PATCH] prand note --- prand.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prand.h b/prand.h index 3a4ad78..3be5e13 100644 --- a/prand.h +++ b/prand.h @@ -4,6 +4,9 @@ /* * This is a PRNG for non-cryptographic use. May be used on micros given that * the seed is periodically saved to EEPROM or flash. + * + * See: + * https://en.wikipedia.org/wiki/Linear_congruential_generator */ /**