X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmark-utils.mjs;h=d0d5a62291527bc12387e18188991e83e307670a;hb=6d68eca6cacd45731917462ff4ad75205b7fcf6d;hp=1d486bf68172e2153a58a7a1599b0a19b601ac43;hpb=1ccd07249dcfce8874ff9433ce4dfb4b597b1bd3;p=benchmarks-js.git diff --git a/benchmark-utils.mjs b/benchmark-utils.mjs index 1d486bf..d0d5a62 100644 --- a/benchmark-utils.mjs +++ b/benchmark-utils.mjs @@ -1,4 +1,4 @@ -import { randomBytes, getRandomValues, randomInt } from 'node:crypto' +import { getRandomValues, randomBytes, randomInt } from 'node:crypto' /** * Generate a cryptographically secure random number in the [0,1[ range