diff --git a/package.json b/package.json index 3ac5723..190bd1c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "author": "Travis Fischer ", "license": "MIT", "type": "module", + "main": "dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "sideEffects": false, diff --git a/readme.md b/readme.md index c95564e..7158581 100644 --- a/readme.md +++ b/readme.md @@ -465,6 +465,7 @@ Type: `function (alpha): function` - [random-int](https://github.com/sindresorhus/random-int) - For the common use case of generating uniform random ints. - [random-float](https://github.com/sindresorhus/random-float) - For the common use case of generating uniform random floats. - [randombytes](https://github.com/crypto-browserify/randombytes) - Random crypto bytes for Node.js and the browser. +- [jshash prngs](https://github.com/bryc/code/blob/master/jshash/PRNGs.md) ## Credit