From 2b4d8896ea9bc920808c6afdd4fd835b5a1c6e34 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane <rowan.a.tl@protonmail.com> Date: Tue, 4 Mar 2025 14:16:44 -0600 Subject: [PATCH] small TODO done --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index fa35c0d..7c71d60 100644 --- a/TODO.md +++ b/TODO.md @@ -43,3 +43,4 @@ - [ ] Find a way to multi-thread this - [ ] Look at using `uniformShuffleList` over System.Random.Shuffle - [ ] Impelment selectionCases for lexicase and tournament selection. +- [X] Make all randomness a float and not an int in Variation