summaryrefslogtreecommitdiff
path: root/utils/sampler.h
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2011-09-11 13:17:33 +0200
committerPatrick Simianer <p@simianer.de>2011-09-23 19:13:59 +0200
commit1ad0eb820ee946e5a142567380fc0488c9a5d6de (patch)
tree4378d4d617b883fe3431915b0c6e138e1d4324d7 /utils/sampler.h
parentfe6acf199a5749f0a604a95e8d7af59bccc7505e (diff)
latest version from mtm6
Diffstat (limited to 'utils/sampler.h')
-rw-r--r--utils/sampler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sampler.h b/utils/sampler.h
index a14f6e2f..8567e922 100644
--- a/utils/sampler.h
+++ b/utils/sampler.h
@@ -32,7 +32,7 @@ struct RandomNumberGenerator {
std::cerr << "Warning: could not read from /dev/urandom. Seeding from clock" << std::endl;
seed = std::time(NULL);
}
- std::cerr << "Seeding random number sequence to " << seed << std::endl;
+ //std::cerr << "Seeding random number sequence to " << seed << std::endl;
return seed;
}