JuliaRandom / JuliaRandom/RandomNumbers.jl
RNG list to be implemented
- 主要语言
- Julia
- 星标
- 100
- 派生
- 23
- PR 合并指标
- 30 天内没有已合并 PR
描述
As discussed before, I'd like to implement various RNGs in this package. And temporarily they are listed in the following:
Four from [Random123](https://www.deshawresearch.com/resources_random123.html):
- [x] Threefry
- [x] Philox
- [x] AESNI
- [x] ARS
The [xorshift families](http://xoroshiro.di.unimi.it/):
- [x] xoroshiro128+
- [x] xorshift128+
- [x] xorshift1024*
Six from [SPRNG](http://www.sprng.org/)
- [ ] Combined Multiple Recursive Generator
- [ ] 48 Bit Linear Congruential Generator with Prime Addend
- [ ] 64 Bit Linear Congruential Generator with Prime Addend
- [ ] Modified Lagged Fibonacci Generator
- [ ] Multiplicative Lagged Fibonacci Generator
- [ ] Prime Modulus Linear Congruential Generator
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by choosing one of the six unchecked SPRNG generators and read its linked SPRNG specification. The issue names no files, tests, entry points, or acceptance criteria, so confirm the package location and expected validation before beginning; completion is not defined beyond implementing the selected generator.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100