[Forensim-help] r156 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 22 10:05:46 CEST 2009


Author: hindahaned
Date: 2009-09-22 10:05:45 +0200 (Tue, 22 Sep 2009)
New Revision: 156

Modified:
   pkg/R/classes_constructors.R
Log:
removing the set.seed command

Modified: pkg/R/classes_constructors.R
===================================================================
--- pkg/R/classes_constructors.R	2009-09-21 17:27:27 UTC (rev 155)
+++ pkg/R/classes_constructors.R	2009-09-22 08:05:45 UTC (rev 156)
@@ -4,7 +4,6 @@
 # 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