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

Conform Nemo to new FLINT random struct #1750

Merged
merged 1 commit into from
May 14, 2024

Commits on May 13, 2024

  1. Conform Nemo to new FLINT random struct

    * The GMP-state in a FLINT random context structure will no longer be
      expanded inside the struct, but rather a pointer to it. Hence, make
      Nemo compatible with this.
    
    * Do not use `flint_rand_alloc` and `flint_rand_free` for allocating the
      FLINT random context structure. This is in order to be able to use
      the same code for the new version of FLINT as well as the old version.
    
    * Use the new symbol names for the FLINT random functions if they are
      available. This is checked during the initialization of Nemo, where we
      check for the new symbol `flint_rand_init`.
    albinahlback committed May 13, 2024
    Configuration menu
    Copy the full SHA
    63fa792 View commit details
    Browse the repository at this point in the history