Code Monkey home page Code Monkey logo

Comments (4)

lemire avatar lemire commented on August 19, 2024

Thanks for the report. Note that the instructions specifically say "Go to a bash shell".

from testingrng.

lemire avatar lemire commented on August 19, 2024

Ok. I looked at this and RNG_test is built with the following command...


	(unzip -qo PractRand_0.93.zip -d build && cd build &&  cat ../practrand-0.93-bigbuffer.patch | patch -p0 && $(CXX) -std=c++14 -c src/*.cpp src/RNGs/*.cpp src/RNGs/other/*.cpp -O3 -Iinclude -pthread &&  ar rcs libPractRand.a *.o &&  $(CXX) -std=c++14 -o RNG_test tools/RNG_test.cpp libPractRand.a -O3 -Iinclude -pthread && cp RNG_test ..

It runs without issue for me, but if you are encountering memory corruption in RNG_test, then you should report the issue to the PractRand project.

I will add bash markers to the script, but I cannot fix memory corruption in RNG_test.

from testingrng.

lemire avatar lemire commented on August 19, 2024

To be clear, I did not write a single line of code that gets compiled into RNG_test. It is entirely from the PractRand project.

from testingrng.

icefoxen avatar icefoxen commented on August 19, 2024

Thank you! I'll do some more testing and forward it on to PractRand.

from testingrng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.