Boost C++ 库

...是世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei AlexandrescuC++ Coding Standards

类型定义 knuth_b - Boost C++ 函数库
PrevUpHomeNext

类型定义 knuth_b

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 年。


PrevUpHomeNext