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

Generate unique mempaks ID when formatting them #919

Merged
merged 2 commits into from
Apr 12, 2022

Commits on Jan 19, 2022

  1. Generate unique mempaks when formatting them

    - also better conform to expected factory formatted state
    according to @bryc research
    - unique mempak ID is based on xoshiro256++ PRNG seeded with current
      time. This should prove good enough for our purpose, while still being
      simple to implement.
    - added endian aware serialization primitives (loosely modeled after http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2827.htm)
    - added xoshiro256++ PRNG functions
    bsmiles32 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    40ffdc1 View commit details
    Browse the repository at this point in the history
  2. fix: MSVC doesn't like some of the code

    would have required C99 + some extension... :(
    bsmiles32 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b2da87b View commit details
    Browse the repository at this point in the history