From 0efc775370d2ff91927d1b383a99eab78dc5538f Mon Sep 17 00:00:00 2001 From: leochanj Date: Wed, 21 Oct 2020 01:52:54 -0400 Subject: debug libextra and remove matlab FLUSH_CACHES --- SD-VBS/common/matlab/randnWrapper.m | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 SD-VBS/common/matlab/randnWrapper.m (limited to 'SD-VBS/common/matlab/randnWrapper.m') diff --git a/SD-VBS/common/matlab/randnWrapper.m b/SD-VBS/common/matlab/randnWrapper.m deleted file mode 100644 index 1755957..0000000 --- a/SD-VBS/common/matlab/randnWrapper.m +++ /dev/null @@ -1,17 +0,0 @@ -function out = randnWrapper(m, n) - -out = ones(m,n); -temp = randWrapper(m,n); - -for i=1:m - for j=1:n - w = temp(i,j); - x1 = 1; - %w = sqrt((-2.0*log(w))/w); - w = ((-2.0*log(w))/w); - out(i,j) = x1*w; - end -end - -end - -- cgit v1.2.2