SciML / SciML/DiffEqNoiseProcess.jl
Seed splitting for different kinds of RNGs
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 62
- Forks
- 32
- Avg merge
- 8h 38m
- Merged PRs (30d)
- 16
Description
The current implementation of the seed splitting function (split_VBT_seed(rng::Random123.AbstractR123, parent_seed, current_depth, Nt)) assumes to have access to a counter-based PRNG:
Possible resources for other parallel RNGs are:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with split_VBT_seed in src/noise_interfaces/virtual_brownian_tree_interface.jl around line 139 and identify where it assumes a counter-based PRNG. Review the SPRNG and RandomNumbers.jl resources for approaches to parallel RNG seed splitting. Done means supporting the relevant RNG kinds without relying only on Random123's counter-based behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100