summaryrefslogtreecommitdiffstats
path: root/src/random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/random.cpp')
-rw-r--r--src/random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.cpp b/src/random.cpp
index 6140b74..97a40c5 100644
--- a/src/random.cpp
+++ b/src/random.cpp
@@ -40,7 +40,7 @@ random_device::operator()()
}
double
-random_device::entropy() const
+random_device::entropy() const _NOEXCEPT
{
return 0;
}
OpenPOWER on IntegriCloud