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