X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/4e4e5a6f2694187498445a6ac6f1634ce8141119..1df5f87f1309a8daa30dabdee855f48ae40d14ab:/wtf/RandomNumber.h diff --git a/wtf/RandomNumber.h b/wtf/RandomNumber.h index 0cd4f71..f2e7e8f 100644 --- a/wtf/RandomNumber.h +++ b/wtf/RandomNumber.h @@ -32,11 +32,6 @@ 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;