diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
commit | ea907107107132d0201e0ba377408f4e117b581c (patch) | |
tree | 955d27b98fe24102c3e5101aa117112b0d21ae33 /src/random.cpp | |
parent | 43cd7615798ea22556f20bbd64cff1e0c691e1d0 (diff) |
Diffstat (limited to 'src/random.cpp')
-rw-r--r-- | src/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.cpp b/src/random.cpp index 6140b74ecb5f9..97a40c509dc9a 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; } |