Team LiB
Previous Section Next Section

Appendix A. The Library

 

Contents

 

Section A.1 Library Names and Headers

 

Section A.2 A Brief Tour of the Algorithms

 

Section A.3 Random Numbers

 

This Appendix contains additional details about the algorithms and random number parts of the library. We also provide a list of all the names we used from the standard library along with the name of the header that defines that name.

 

In Chapter 10 we used some of the more common algorithms and described the architecture that underlies the algorithms. In this Appendix, we list all the algorithms, organized by the kinds of operations they perform.

 

In § 17.4 (p. 745) we described the architecture of the random number library and used several of the library’s distribution types. The library defines a number or random number engines and 20 different distributions. In this Appendix, we list all the engines and distributions.

 
Team LiB
Previous Section Next Section