diff --git a/examples/01_one_sample/example b/examples/01_one_sample/example index a22d80e..a9391dc 100755 Binary files a/examples/01_one_sample/example and b/examples/01_one_sample/example differ diff --git a/examples/02_many_samples/example b/examples/02_many_samples/example index 627577c..f560167 100755 Binary files a/examples/02_many_samples/example and b/examples/02_many_samples/example differ diff --git a/examples/03_gcc_nested_function/example b/examples/03_gcc_nested_function/example index 7508692..a900a90 100755 Binary files a/examples/03_gcc_nested_function/example and b/examples/03_gcc_nested_function/example differ diff --git a/examples/04_sample_from_cdf_simple/example b/examples/04_sample_from_cdf_simple/example index 5dbcfc6..788fb45 100755 Binary files a/examples/04_sample_from_cdf_simple/example and b/examples/04_sample_from_cdf_simple/example differ diff --git a/examples/10_nuclear_recovery/example b/examples/10_nuclear_recovery/example index d33589a..ebae9c9 100755 Binary files a/examples/10_nuclear_recovery/example and b/examples/10_nuclear_recovery/example differ diff --git a/examples/10_nuclear_recovery/example.c b/examples/10_nuclear_recovery/example.c index b5f0767..9b25e97 100644 --- a/examples/10_nuclear_recovery/example.c +++ b/examples/10_nuclear_recovery/example.c @@ -4,10 +4,6 @@ #include #include -double laplace(double successes, double trials){ - return (successes + 1)/(trials + 2); -} - double yearly_probability_nuclear_collapse(double year, uint64_t* seed) { double successes = 0;