@qevm/random
v5.7.1
Published
Random utility functions for qethers.
Downloads
41
Readme
Random Value Utilities
This sub-module is part of the qethers, a fork of ethers project.
It contains functions to assist with random numbers.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
shuffled,
randomBytes
} = require("@qevm/random");License
MIT License
