Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clone(stream) method for the RNGs #79

Merged
merged 21 commits into from
Apr 15, 2024
Merged

Add clone(stream) method for the RNGs #79

merged 21 commits into from
Apr 15, 2024

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    21690ac View commit details
    Browse the repository at this point in the history
  2. Switch test code to C++14

    rstub committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e7f319b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b36d1ff View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    7352dc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Ignore clangd files

    rstub committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bae05a4 View commit details
    Browse the repository at this point in the history
  2. Move more methods into the RNG

    rstub committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    81fb786 View commit details
    Browse the repository at this point in the history
  3. Add C++ interface documentation

    rstub committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dc61629 View commit details
    Browse the repository at this point in the history
  4. Add template methods to the RNG class to draw from a distribution

    This new methods are also used where random variates are gnerated. The methods are inspired by Melissa O'Neill's `randutil`. Main adaption is that one needs to fully specify the distribution since the aliases dqrng::normal_distribution etc. are already fully specified.
    rstub committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1f12f14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d2704c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a087185 View commit details
    Browse the repository at this point in the history
  7. Update some of the examples

    rstub committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dc0e3ab View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    f96cfe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b67f46 View commit details
    Browse the repository at this point in the history
  3. Add missing inline

    rstub committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b793c2d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Don't use two argument constructor/seed method for PCG

    These methods have rather surprising properties, c.f. imneme/pcg-cpp#91. THis makes it impossible to get consistent results together with `clone(stream)`.
    rstub committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    eb91802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b768038 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8230c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    987eb96 View commit details
    Browse the repository at this point in the history
  2. Bump version number

    rstub committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ae15f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf5292f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    82715b0 View commit details
    Browse the repository at this point in the history