X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmark-utils.js;fp=benchmark-utils.js;h=e39708b7cf3cfe1cf18b92e25bd1994567f01e26;hb=483585ccf9408dd194d5798a862afb9e5b66e219;hp=121ef4ad375b6af43d43924677b070f88c024843;hpb=da4ba6b186a3b777adec58944d5df6a18896bd84;p=benchmarks-js.git diff --git a/benchmark-utils.js b/benchmark-utils.js index 121ef4a..e39708b 100644 --- a/benchmark-utils.js +++ b/benchmark-utils.js @@ -12,7 +12,7 @@ function secureRandom () { /** * Generate a cryptographically secure random number in the [0,1[ range * - * @param + * @returns */ function secureRandomWithRandomValues () { return crypto.getRandomValues(new Uint32Array(1))[0] / 0x100000000