Skip to content

Commit b758a8a

Browse files
authored
Updates README.md
1 parent 37d645c commit b758a8a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ It uses JavaScript's `Math.random()`, but a *predictive* pseudo-random generator
4242
oneWise( { ... }, myPseudoRandomNumberGenerator );
4343
```
4444

45+
## See also
46+
47+
- [shuffle-obj-arrays](https://github.com/thiagodp/shuffle-obj-arrays) - Shuffles the arrays of the given object. A custom PRNG can be used.
48+
- [seedrandom](https://github.com/davidbau/seedrandom) - Predictive PRNG
49+
4550
## License
4651

47-
[MIT](LICENSE) © [Thiago Delgado Pinto](https://github.com/thiagodp)
52+
[MIT](LICENSE) © [Thiago Delgado Pinto](https://github.com/thiagodp)

0 commit comments

Comments
 (0)