[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Random](https://evolu.dev/docs/api-reference/common/Random) › RandomLibDep

Defined in: [packages/common/src/Random.ts:96](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Random.ts#L96)

Seedable random number generator supporting many common distributions,
provided by the NPM `random` package.

https://github.com/transitive-bullshit/random

## Properties

<a id="randomlib"></a>

### randomLib

```ts
readonly randomLib: Random;
```

Defined in: [packages/common/src/Random.ts:97](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Random.ts#L97)