aboutsummaryrefslogtreecommitdiff
path: root/src/random.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-11-18 11:22:24 -0600
committertlatorre <tlatorre@uchicago.edu>2019-11-18 11:22:24 -0600
commitbf6b7fbdab8e3d3f025954fdb559310c452271e0 (patch)
tree5851abd1be2ee2022ec8dfdae06b758176e4ea17 /src/random.h
parentbcf57e127f17b715cdf3ce39f44a45f82c2473fd (diff)
downloadsddm-bf6b7fbdab8e3d3f025954fdb559310c452271e0.tar.gz
sddm-bf6b7fbdab8e3d3f025954fdb559310c452271e0.tar.bz2
sddm-bf6b7fbdab8e3d3f025954fdb559310c452271e0.zip
add a new test for the quad fitter
This commit adds a new test to test the quad fitter when the t0 quantile argument is less than 1.
Diffstat (limited to 'src/random.h')
-rw-r--r--src/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/random.h b/src/random.h
index 747cfeb..e2cba7d 100644
--- a/src/random.h
+++ b/src/random.h
@@ -21,6 +21,7 @@
#include <stdlib.h> /* for size_t */
double randn(void);
+void rand_ball(double *pos, double radius);
void rand_sphere(double *dir);
void ran_choose_weighted(int *dest, double *w, size_t k, int *src, size_t n);