Skip to content

RFC: add support for generating pseudorandom numbers using XORSHIFT-ADD #199

Open
@kgryte

Description

@kgryte

Checklist

Please ensure the following tasks are completed before submitting a feature request.

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.

Description

Description of the feature request.

This RFC proposes adding supporting for generating pseudorandom numbers using the XORSHIFT-ADD algorithm.

Package: @stdlib/random/base/xorshift-add
Alias: xorshiftadd

Related Issues

Does this feature request have any related issues?

No.

Questions

Any questions for reviewers?

Some background research may be necessary to determine whether XORSHIFT-ADD has any problems, such as correlated random variates or other design flaws.

Other

Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureIssue or pull request for adding a new feature.MathIssue or pull request specific to math functionality.RFCRequest for comments. Feature requests and proposed changes.difficulty: 5Likely to be difficult to implement with several unknowns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions