squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit 6199e43ae4f8affe3850086a1582162f3621cc07
parent 27f9d76e9a1eff729c026910ed794b5c4d0a9c99
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Mon, 29 Jan 2024 18:20:43 +0100

add some more to-dos

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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