API Reference / @evolu/common / Random / createRandomLibWithSeed
Function: createRandomLibWithSeed()
function createRandomLibWithSeed(seed): RandomLibDep;
Defined in: packages/common/src/Random.ts:66
Creates RandomLibDep using the NPM random
package with a seed which
is useful for tests.
Parameters
Parameter | Type |
---|---|
seed | string |