X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmark-utils.mjs;h=d0d5a62291527bc12387e18188991e83e307670a;hb=0c01f51c5673eefd485edfab3f8cea93a56f400e;hp=1d486bf68172e2153a58a7a1599b0a19b601ac43;hpb=e7aad9d9bb3dcbdd77411ed290703cb774ca8e2f;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