UNPKG

shuffrand

Version:

Cryptographically secure randomness and shuffling — with soul.

12 lines (11 loc) 363 B
import { Constants as t } from "./constants.es.js"; import { cryptoRandom as e } from "./random.es.js"; import { cryptoShuffle as n } from "./shuffle.es.js"; import { calculateStringEntropy as m, cryptoString as a } from "./string.es.js"; export { t as Constants, m as calculateStringEntropy, e as cryptoRandom, n as cryptoShuffle, a as cryptoString };