From 33c37310517454b98f58cf6ad1a0b81568f7e423 Mon Sep 17 00:00:00 2001 From: Patrick Tone Date: Mon, 28 Jul 2025 21:34:37 -0400 Subject: [PATCH 1/2] adds a seeded random number generator note: not a cryptographically secure RNG --- index.html | 200 ++++++++++++++++++++++++++++---------------------- utils/rand.js | 114 ++++++++++++++++++++++++++++ 2 files changed, 227 insertions(+), 87 deletions(-) create mode 100644 utils/rand.js diff --git a/index.html b/index.html index f5d2ebf..d9a47e7 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + Codestin Search App @@ -7,10 +8,10 @@ + integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> + integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" + crossorigin="anonymous"> @@ -20,7 +21,8 @@