fromSeedrandom
fromSeedrandom(
prng):Engine
Defined in: src/compat.ts:66
Adopt a seedrandom instance.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Example
Section titled “Example”// import seedrandom from "seedrandom";// const engine = fromSeedrandom(seedrandom("hello"));// new Random(engine).pick(["a", "b", "c"]);