X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=random.mjs;h=bdb5f58699c76459090bd8eccfe8261918a206d7;hb=0c01f51c5673eefd485edfab3f8cea93a56f400e;hp=f01ab2ba009d3c20c03627f259d9d6849cf7f837;hpb=e7aad9d9bb3dcbdd77411ed290703cb774ca8e2f;p=benchmarks-js.git diff --git a/random.mjs b/random.mjs index f01ab2b..bdb5f58 100644 --- a/random.mjs +++ b/random.mjs @@ -1,5 +1,7 @@ import { randomInt } from 'node:crypto' + import Benchmark from 'benny' + import { secureRandom, secureRandomWithRandomValues