squiggle.c

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

commit a4fdbc1e2c80460fc2c3861a9f0e96f9577ac26d
parent db75cc9afd21fe991a4b02196144773699b11ae9
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Wed, 13 Sep 2023 19:03:03 +0200

savepoint

Diffstat:
Mexamples/01_one_sample/example | 0
Mexamples/02_many_samples_time_to_botec/example | 0
Mexamples/03_gcc_nested_function/example | 0
Mexamples/04_sample_from_cdf_simple/example | 0
Mexamples/05_sample_from_cdf_beta/example | 0
Mexamples/06_gamma_beta/example | 0
Mexamples/07_ci_beta/example | 0
Mmakefile | 2+-
8 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/01_one_sample/example b/examples/01_one_sample/example Binary files differ. diff --git a/examples/02_many_samples_time_to_botec/example b/examples/02_many_samples_time_to_botec/example Binary files differ. diff --git a/examples/03_gcc_nested_function/example b/examples/03_gcc_nested_function/example Binary files differ. diff --git a/examples/04_sample_from_cdf_simple/example b/examples/04_sample_from_cdf_simple/example Binary files differ. diff --git a/examples/05_sample_from_cdf_beta/example b/examples/05_sample_from_cdf_beta/example Binary files differ. diff --git a/examples/06_gamma_beta/example b/examples/06_gamma_beta/example Binary files differ. diff --git a/examples/07_ci_beta/example b/examples/07_ci_beta/example Binary files differ. diff --git a/makefile b/makefile @@ -6,7 +6,7 @@ FORMATTER=clang-format -i -style=$(STYLE_BLUEPRINT) all: cd examples/01_one_sample && make && echo - cd examples/02_many_samples && make && echo + cd examples/02_many_samples_time_to_botec && make && echo cd examples/03_gcc_nested_function && make && echo cd examples/04_sample_from_cdf_simple && make && echo cd examples/05_sample_from_cdf_beta && make && echo