From 6199e43ae4f8affe3850086a1582162f3621cc07 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 29 Jan 2024 18:20:43 +0100 Subject: [PATCH] add some more to-dos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3023ce3..909476c 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,9 @@ Overall, I'd describe the error handling capabilities of this library as pretty ### To do - [ ] Drive in a few more real-life applications + - [ ] US election modelling? - [ ] Look into using size_t instead of int for sample numbers +- [ ] Reorganize code a little bit to reduce usage of gcc's nested functions ### Done