PATH:
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.1.2
/
src
/
cxx_supportlib
/
vendor-modified
/
boost
/* boost random.hpp header file * * Copyright Jens Maurer 2000-2001 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * See http://www.boost.org/libs/random for documentation. * * $Id$ * * Revision history * 2000-02-18 portability fixes (thanks to Beman Dawes) * 2000-02-21 shuffle_output, inversive_congruential_schrage, * generator_iterator, uniform_smallint * 2000-02-23 generic modulus arithmetic helper, removed *_schrage classes, * implemented Streamable and EqualityComparable concepts for * generators, added Bernoulli distribution and Box-Muller * transform * 2000-03-01 cauchy, lognormal, triangle distributions; fixed * uniform_smallint; renamed gaussian to normal distribution * 2000-03-05 implemented iterator syntax for distribution functions * 2000-04-21 removed some optimizations for better BCC/MSVC compatibility * 2000-05-10 adapted to BCC and MSVC * 2000-06-13 incorporated review results * 2000-07-06 moved basic templates from namespace detail to random * 2000-09-23 warning removals and int64 fixes (Ed Brey) * 2000-09-24 added lagged_fibonacci generator (Matthias Troyer) * 2001-02-18 moved to individual header files */ #ifndef BOOST_RANDOM_HPP #define BOOST_RANDOM_HPP // generators #include <boost/random/additive_combine.hpp> #include <boost/random/discard_block.hpp> #include <boost/random/independent_bits.hpp> #include <boost/random/inversive_congruential.hpp> #include <boost/random/lagged_fibonacci.hpp> #include <boost/random/linear_congruential.hpp> #include <boost/random/linear_feedback_shift.hpp> #include <boost/random/mersenne_twister.hpp> #include <boost/random/mixmax.hpp> #include <boost/random/ranlux.hpp> #include <boost/random/shuffle_order.hpp> #include <boost/random/shuffle_output.hpp> #include <boost/random/subtract_with_carry.hpp> #include <boost/random/taus88.hpp> #include <boost/random/xor_combine.hpp> #include <boost/random/splitmix64.hpp> #include <boost/random/xoshiro.hpp> // misc #include <boost/random/generate_canonical.hpp> #include <boost/random/seed_seq.hpp> #include <boost/random/random_number_generator.hpp> #include <boost/random/variate_generator.hpp> // distributions #include <boost/random/bernoulli_distribution.hpp> #include <boost/random/beta_distribution.hpp> #include <boost/random/binomial_distribution.hpp> #include <boost/random/cauchy_distribution.hpp> #include <boost/random/chi_squared_distribution.hpp> #include <boost/random/discrete_distribution.hpp> #include <boost/random/exponential_distribution.hpp> #include <boost/random/extreme_value_distribution.hpp> #include <boost/random/fisher_f_distribution.hpp> #include <boost/random/gamma_distribution.hpp> #include <boost/random/geometric_distribution.hpp> #include <boost/random/hyperexponential_distribution.hpp> #include <boost/random/laplace_distribution.hpp> #include <boost/random/lognormal_distribution.hpp> #include <boost/random/negative_binomial_distribution.hpp> #include <boost/random/non_central_chi_squared_distribution.hpp> #include <boost/random/normal_distribution.hpp> #include <boost/random/piecewise_constant_distribution.hpp> #include <boost/random/piecewise_linear_distribution.hpp> #include <boost/random/poisson_distribution.hpp> #include <boost/random/student_t_distribution.hpp> #include <boost/random/triangle_distribution.hpp> #include <boost/random/uniform_01.hpp> #include <boost/random/uniform_int.hpp> #include <boost/random/uniform_int_distribution.hpp> #include <boost/random/uniform_on_sphere.hpp> #include <boost/random/uniform_real.hpp> #include <boost/random/uniform_real_distribution.hpp> #include <boost/random/uniform_smallint.hpp> #include <boost/random/weibull_distribution.hpp> #include <boost/random/inverse_gaussian_distribution.hpp> #include <boost/random/generalized_inverse_gaussian_distribution.hpp> #include <boost/random/generate_canonical.hpp> #endif // BOOST_RANDOM_HPP
[-] type.hpp
[edit]
[-] integer.hpp
[edit]
[-] ref.hpp
[edit]
[+]
move
[+]
libs
[+]
predef
[-] is_placeholder.hpp
[edit]
[+]
preprocessor
[-] none.hpp
[edit]
[+]
range
[+]
optional
[-] circular_buffer_fwd.hpp
[edit]
[-] utility.hpp
[edit]
[-] assert.hpp
[edit]
[-] aligned_storage.hpp
[edit]
[-] circular_buffer.hpp
[edit]
[+]
chrono
[-] pointer_cast.hpp
[edit]
[-] optional.hpp
[edit]
[+]
ratio
[-] foreach_fwd.hpp
[edit]
[-] regex.h
[edit]
[+]
describe
[+]
core
[-] foreach.hpp
[edit]
[-] exception_ptr.hpp
[edit]
[+]
tuple
[-] weak_ptr.hpp
[edit]
[+]
config
[+]
iterator
[-] config.hpp
[edit]
[+]
parameter
[+]
regex
[-] mem_fn.hpp
[edit]
[+]
function
[+]
date_time
[-] ratio.hpp
[edit]
[-] enable_shared_from_this.hpp
[edit]
[-] chrono.hpp
[edit]
[-] throw_exception.hpp
[edit]
[+]
pool
[-] thread.hpp
[edit]
[+]
unordered
[-] lexical_cast.hpp
[edit]
[-] regex_fwd.hpp
[edit]
[+]
thread
[-] shared_array.hpp
[edit]
[-] rational.hpp
[edit]
[-] limits.hpp
[edit]
[+]
utility
[+]
..
[-] function_equal.hpp
[edit]
[+]
random
[+]
type_traits
[+]
container
[-] make_shared.hpp
[edit]
[+]
container_hash
[-] none_t.hpp
[edit]
[-] predef.h
[edit]
[+]
atomic
[-] unordered_set.hpp
[edit]
[-] non_type.hpp
[edit]
[-] version.hpp
[edit]
[-] intrusive_ptr.hpp
[edit]
[+]
numeric
[+]
circular_buffer
[-] io_fwd.hpp
[edit]
[+]
mpl
[+]
typeof
[-] tokenizer.hpp
[edit]
[+]
concept
[+]
system
[-] next_prior.hpp
[edit]
[+]
lexical_cast
[+]
io
[+]
intrusive
[+]
mp11
[-] regex.hpp
[edit]
[-] function.hpp
[edit]
[+]
integer
[-] integer_fwd.hpp
[edit]
[-] static_assert.hpp
[edit]
[-] integer_traits.hpp
[edit]
[-] get_pointer.hpp
[edit]
[-] nondet_random.hpp
[edit]
[-] shared_ptr.hpp
[edit]
[-] current_function.hpp
[edit]
[-] token_iterator.hpp
[edit]
[+]
functional
[-] memory_order.hpp
[edit]
[+]
assert
[+]
detail
[-] atomic.hpp
[edit]
[-] cstdint.hpp
[edit]
[+]
exception
[-] operators.hpp
[edit]
[-] scoped_array.hpp
[edit]
[-] token_functions.hpp
[edit]
[+]
bind
[-] scoped_ptr.hpp
[edit]
[-] cregex.hpp
[edit]
[-] random.hpp
[edit]
[-] concept_check.hpp
[edit]
[+]
algorithm
[+]
smart_ptr
[-] noncopyable.hpp
[edit]
[-] unordered_map.hpp
[edit]
[-] visit_each.hpp
[edit]