[RFC]: Add `@stdlib/random/strided/randi`
- 主要言語
- JavaScript
- スター
- 6k
- フォーク
- 1.3k
- 平均マージ
- 1日 3時間
- マージ済み PR(30日)
- 611
説明
### Description
This RFC proposes adding support for filling a strided array with random integers and with the option to select the underlying PRNG. This is the strided array interface analog of `@stdlib/random/base/randi`.
Package: `@stdlib/random/strided/randi`
Alias: `randi`
### Related Issues
None.
### Questions
No.
### Other
- A package with a similar implementation/API design is [`@stdlib/random/strided/randu`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/randu).
### 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:`.
コントリビューションガイド
調査の方向性
Start by comparing the proposed package @stdlib/random/strided/randi with @stdlib/random/strided/randu and the analogous @stdlib/random/base/randi implementation. Done means adding the strided random-integer package under the requested alias, supporting selection of the underlying PRNG, and matching the established API and package conventions.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- data
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100