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

Feature/parallel generate #82

Merged
merged 13 commits into from
Apr 21, 2024
Merged

Feature/parallel generate #82

merged 13 commits into from
Apr 21, 2024

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    880a1e8 View commit details
    Browse the repository at this point in the history
  2. Make clone(0) work also for PCG

    rstub committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    15b0a44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2bd644 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f3891a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6682102 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Update documentation

    rstub committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    9222e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa81774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b27329 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1078b2 View commit details
    Browse the repository at this point in the history
  5. Rework Parallel RNG vignette

    * use dqrng::generator to create the (main) RNG and rng->clone() for the local versions
    * remove the first two examples that make use of the global RNG
    * add a section on global RNG usage which discusses dqrng_extra/parallel_generate.h
    rstub committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5500b9f View commit details
    Browse the repository at this point in the history
  6. Add NEWS entry

    rstub committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8c9eb98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    711faa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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