N3924: Discouraging rand() in C++14, v2 -- Walter Brown
Note: This paper was among the final papers adopted into draft C++14 yesterday at the Issaquah WA USA ISO C++ meeting.
A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3924
Date: 2014-02-14
Discouraging rand() in C++14, v2
by Walter Brown
Excerpt:
In their final Chicago deliberations re [N3775] vis-à-vis National Body comment US21, LEWG and LWG achieved joint consensus (1) to deprecate
std::random_shufflefor C++14 as proposed, and (2) to strengthen the existing Note in[c.math]/5in order to further encouragerand()users to migrate to the<random>component of the C++11 standard library. This paper provides wording to implement these decisions. ...3 Acknowledgments
Many thanks, for their thoughtful comments, to Stephan T. Lavavej and the other reviewers of early drafts of this paper.

TThe first stable release of the 3.x series of MetaScale’s open-source software is available: NT² 3.0. It also includes its spin-off project, Boost.SIMD (not yet a Boost library). Many Issues have been closed since last beta. The main focus of this release cycle was to fix performances issues and to stabilize some parts of the API.