API reference › @evolu/common › Random › createRandomWithSeed
function createRandomWithSeed(seed: string): Random;
Defined in: packages/common/src/Random.ts:56
Creates Random using RandomLibDep with a seed which is useful for tests.
API reference › @evolu/common › Random › createRandomWithSeed
function createRandomWithSeed(seed: string): Random;
Defined in: packages/common/src/Random.ts:56
Creates Random using RandomLibDep with a seed which is useful for tests.