API reference › @evolu/common › Random › testCreateRandomLib
function testCreateRandomLib(seed?: string): Random;
Defined in: packages/common/src/Random.ts:92
Creates a seeded random number generator from the NPM random package for
deterministic tests.
Default seed "evolu".