Open
Description
Description
This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Pareto (Type I) distribution. This is the strided interface analog of @stdlib/random/base/pareto-type1
.
Package: @stdlib/random/strided/pareto-type1
Alias: pareto1
Related Issues
None.
Questions
No.
Other
- A package with a similar implementation/API design is
@stdlib/random/strided/beta
.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.