X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmark-utils.js;h=a9dd58713e5edc4ae244a4098219660032d79e16;hb=843c1afbc664f667f75bc554b61e109e2b03e2b5;hp=c12324396345ccee7e4da71d6898798c5c555077;hpb=768c0780fd2fbd9c3f382c27f73ca267a5fe1fe6;p=benchmarks-js.git diff --git a/benchmark-utils.js b/benchmark-utils.js index c123243..a9dd587 100644 --- a/benchmark-utils.js +++ b/benchmark-utils.js @@ -2,7 +2,6 @@ const crypto = require('crypto') /** * Generate a cryptographically secure random number in the [0,1[ range - * * @returns */ function secureRandom () { @@ -11,7 +10,6 @@ function secureRandom () { /** * Generate a cryptographically secure random number in the [0,1[ range - * * @returns */ function secureRandomWithRandomValues () {