From f4a3b09992a66d5cc71f1511ae3bf302235bdf1a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 Jul 2015 15:31:04 +0200 Subject: remove test code --- Tausworthe.R | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Tausworthe.R') diff --git a/Tausworthe.R b/Tausworthe.R index d35622a..e4fe355 100644 --- a/Tausworthe.R +++ b/Tausworthe.R @@ -43,13 +43,3 @@ taus.randi <- function(t) { return(t$randi()) } - -test.randi <- function() -{ - t <- TauswortheRNG(seed=112339) - for (i in 1:1000000) { - cat(t$randi(), "\n") - } -} - -test.randi() -- cgit v1.2.3