Press "Enter" to skip to content

The new C++ standard and its extensible random number facility

C/C++Recently, a new standard was adopted by the ISO for the C++ programming language, called C++11 and based on the C++0x draft. Among various new features, this  new standard includes an extensible random number facility containing the Mersenne twister. Some aspects are already implemented in recent versions of libstdc++, and  can be tested using 

g++ -std=c++0x

    Leave a Reply

    Your email address will not be published.

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Syntax · Style · .