Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins authored Apr 22, 2024
1 parent 67d3ffe commit b8a0cfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ It is intended that this proposal and the [Seeded Random proposal](https://githu
* random ints (or longs), with any min/max bounds
* random bools
* random bytes
* [JS `genTest` library](https://www.npmjs.com/package/gentest)
* random ints (within certain classes)
* random characters
* random "strings" (relatively short but random lengths, random characters)
* random bools
* random selection (N, with replacement) from a list
* custom random generators

0 comments on commit b8a0cfc

Please sign in to comment.