From efe6b2e06ba24308f3875580b540783f5f16b0c0 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 10 Jun 2022 14:28:43 -0700 Subject: test 95% within radius --- comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comp.c') diff --git a/comp.c b/comp.c index 3ce0c5e..46fb1ca 100644 --- a/comp.c +++ b/comp.c @@ -76,7 +76,7 @@ static struct ccoords gauss_offset() .y = gauss(0, vertical_stdev) }; } -static struct pcoords throw_dart(struct pcoords target, struct ccoords *cc) +struct pcoords throw_dart(struct pcoords target, struct ccoords *cc) { struct ccoords tc = pol_to_cart(target); struct ccoords offset = gauss_offset(); -- cgit v1.2.3-70-g09d2