summaryrefslogtreecommitdiff
path: root/platypus/platypus.h
diff options
context:
space:
mode:
Diffstat (limited to 'platypus/platypus.h')
-rw-r--r--platypus/platypus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platypus/platypus.h b/platypus/platypus.h
index 435d11e..84cc43e 100644
--- a/platypus/platypus.h
+++ b/platypus/platypus.h
@@ -42,7 +42,6 @@ public:
: name(std::move(_name)), gender(std::move(_gender)), weight(_weight),
age(_age), alive(true), mutant(false) {
srand(static_cast<unsigned int>(time(nullptr)));
- rand();
} // constructor that you can pass values to so as to
// establish
// ~Platypus() {}