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

[M3a] Sampling Primitives & Random Number Generator #421

Merged
merged 23 commits into from
Aug 12, 2021
Merged

[M3a] Sampling Primitives & Random Number Generator #421

merged 23 commits into from
Aug 12, 2021

Commits on Aug 11, 2021

  1. Add sampler & rng.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    b39c297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38aa8ad View commit details
    Browse the repository at this point in the history
  3. Update include headers.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d69e678 View commit details
    Browse the repository at this point in the history
  4. Add new line

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8f3dce1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aeb20bf View commit details
    Browse the repository at this point in the history
  6. Modify according to reviews.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ec17e82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb2158f View commit details
    Browse the repository at this point in the history
  8. Fix seed = -1 situation.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0ad9e26 View commit details
    Browse the repository at this point in the history
  9. Update random engine usage.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    b8e0d63 View commit details
    Browse the repository at this point in the history
  10. Add new line.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    bf27b94 View commit details
    Browse the repository at this point in the history
  11. Change type and consistency.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8b3484f View commit details
    Browse the repository at this point in the history
  12. Change type.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9872d23 View commit details
    Browse the repository at this point in the history
  13. Dissolve sampler & fix LCE.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ce582e7 View commit details
    Browse the repository at this point in the history
  14. Fix rebase error.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6f3aed9 View commit details
    Browse the repository at this point in the history
  15. Fix rpc tests.

    zxybazh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    caa109e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Remove sampler comments.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    0fffeec View commit details
    Browse the repository at this point in the history
  2. Fix seeding process.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    015fda3 View commit details
    Browse the repository at this point in the history
  3. Fix minor bug.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    5974a1c View commit details
    Browse the repository at this point in the history
  4. Monir fix.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    89fba27 View commit details
    Browse the repository at this point in the history
  5. Make seed value consistent.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d9f8c16 View commit details
    Browse the repository at this point in the history
  6. Revoke test changes.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c38e52c View commit details
    Browse the repository at this point in the history
  7. Revoke more tests.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b220566 View commit details
    Browse the repository at this point in the history
  8. Move prime table.

    zxybazh committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    ca6aeef View commit details
    Browse the repository at this point in the history