[Forensim-help] r155 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 21 19:27:27 CEST 2009
Author: hindahaned
Date: 2009-09-21 19:27:27 +0200 (Mon, 21 Sep 2009)
New Revision: 155
Modified:
pkg/R/classes_constructors.R
Log:
Modified: pkg/R/classes_constructors.R
===================================================================
--- pkg/R/classes_constructors.R 2009-09-21 15:50:19 UTC (rev 154)
+++ pkg/R/classes_constructors.R 2009-09-21 17:27:27 UTC (rev 155)
@@ -3,7 +3,8 @@
##############################################
# forensim classes constructors definitions
##############################################
-
+#making sure that the simulations are reproducible
+set.seed(125890)
#simugeno class constructor : simugeno function
simugeno <-
function(tab,which.loc=NULL,n=1)
More information about the Forensim-commits
mailing list