UNPKG

@g4g/eth-gas-reporter

Version:

Mocha reporter which shows gas used per unit test.

12 lines (8 loc) 231 B
const randomstring = require("randomstring"); function getRandomInt(max) { return Math.floor(Math.random() * Math.floor(max)); } function random() { return randomstring.generate(getRandomInt(50)); } module.exports = random;