...是世界上最受推崇、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,C++ Coding Standards
...是世界上最受推崇、设计最精良的 C++ 库项目之一。
knuth_b
// In header: <boost/random/shuffle_order.hpp> typedef shuffle_order_engine< minstd_rand0, 256 > knuth_b;
特化 knuth_b 由 C++ 标准指定。它在
"The Art of Computer Programming, Second Edition, Volume 2, Seminumerical Algorithms" (计算机程序设计艺术,第二版,第二卷,半数值算法),Donald Knuth,Addison-Wesley,1981 年。