[RFC]: Add `@stdlib/random/strided/cauchy`
- Langage dominant
- JavaScript
- Étoiles
- 6k
- Forks
- 1.3k
- Merge moyen
- 1 j 3 h
- PR mergées (30 j)
- 611
Description
### Description
This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Cauchy distribution. This is the strided interface analog of `@stdlib/random/base/cauchy`.
Package: `@stdlib/random/strided/cauchy`
Alias: `cauchy`
### Related Issues
None.
### Questions
No.
### Other
- A package with a similar implementation/API design is [`@stdlib/random/strided/beta`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/beta).
### Checklist
- [X] I have read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with `RFC:`.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Start by comparing @stdlib/random/base/cauchy with the analogous @stdlib/random/strided/beta implementation in lib/node_modules/@stdlib/random/strided/beta. Trace the strided package API and determine what is needed for @stdlib/random/strided/cauchy, including the cauchy alias. Done means the new package fills a strided array with pseudorandom Cauchy-distributed values using the stated package name and API.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- data
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 38/100