summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/RandomNumber.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/RandomNumber.h')
-rw-r--r--JavaScriptCore/wtf/RandomNumber.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/JavaScriptCore/wtf/RandomNumber.h b/JavaScriptCore/wtf/RandomNumber.h
index e54e9ae..f2e7e8f 100644
--- a/JavaScriptCore/wtf/RandomNumber.h
+++ b/JavaScriptCore/wtf/RandomNumber.h
@@ -32,14 +32,8 @@ namespace WTF {
// cryptographically secure if possible on the target platform
double randomNumber();
- // Returns a pseudo-random number in the range [0, 1), attempts to
- // produce a reasonable "random" number fast.
- // We only need this because rand_s is so slow on windows.
- double weakRandomNumber();
-
}
using WTF::randomNumber;
-using WTF::weakRandomNumber;
#endif