comparison DEPENDENCIES/generic/include/boost/random/ranlux.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
5 * accompanying file LICENSE_1_0.txt or copy at 5 * accompanying file LICENSE_1_0.txt or copy at
6 * http://www.boost.org/LICENSE_1_0.txt) 6 * http://www.boost.org/LICENSE_1_0.txt)
7 * 7 *
8 * See http://www.boost.org for most recent version including documentation. 8 * See http://www.boost.org for most recent version including documentation.
9 * 9 *
10 * $Id: ranlux.hpp 71018 2011-04-05 21:27:52Z steven_watanabe $ 10 * $Id$
11 * 11 *
12 * Revision history 12 * Revision history
13 * 2001-02-18 created 13 * 2001-02-18 created
14 */ 14 */
15 15
35 * @endblockquote 35 * @endblockquote
36 * 36 *
37 * The levels are given in 37 * The levels are given in
38 * 38 *
39 * @blockquote 39 * @blockquote
40 * "RANLUX: A Fortran implementation ofthe high-quality 40 * "RANLUX: A Fortran implementation of the high-quality
41 * pseudorandom number generator of Luescher", F. James, 41 * pseudorandom number generator of Luescher", F. James,
42 * Computer Physics Communications 79 (1994) 111-114 42 * Computer Physics Communications 79 (1994) 111-114
43 * @endblockquote 43 * @endblockquote
44 */ 44 */
45 class ranlux_documentation {}; 45 class ranlux_documentation {};