From 1f8e5df65d294f56735b20fdb4c8c65919609439 Mon Sep 17 00:00:00 2001 From: jdl Date: Sat, 1 Mar 2003 21:10:13 +0000 Subject: added signal versions of 3 of the PRN generation algorithms from randomix. more to come ... svn path=/trunk/externals/cxc/; revision=447 --- cx.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cx.c') diff --git a/cx.c b/cx.c index a0e305c..ee725b8 100644 --- a/cx.c +++ b/cx.c @@ -38,8 +38,11 @@ void split_setup(); void utime_setup(); // RNG's void random1_setup(); +void random1_tilde_setup(); // signal version void random_fl_setup(); +void random_fl_tilde_setup(); void random_icg_setup(); +void random_icg_tilde_setup(); void random_tw_setup(); void dist_normal_setup(); @@ -82,8 +85,11 @@ void cxc_setup(void) utime_setup(); // RNG's random1_setup(); + random1_tilde_setup(); random_fl_setup(); + random_fl_tilde_setup(); random_icg_setup(); + random_icg_tilde_setup(); random_tw_setup(); dist_normal_setup(); -- cgit v1.2.1