2013-11-09 14:48:30 +00:00
|
|
|
/*=============================================================================
|
2014-01-08 07:48:12 +00:00
|
|
|
Copyright (c) 2011-2014 Bolero MURAKAMI
|
2013-11-09 14:48:30 +00:00
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
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)
|
|
|
|
=============================================================================*/
|
|
|
|
#ifndef SPROUT_RANDOM_UTILITY_HPP
|
|
|
|
#define SPROUT_RANDOM_UTILITY_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/random/random_result.hpp>
|
|
|
|
#include <sprout/random/generate_canonical.hpp>
|
2014-01-11 07:05:18 +00:00
|
|
|
#include <sprout/random/generate_array.hpp>
|
2013-11-09 14:48:30 +00:00
|
|
|
#include <sprout/random/variate_generator.hpp>
|
|
|
|
#include <sprout/random/iterator.hpp>
|
|
|
|
#include <sprout/random/range.hpp>
|
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_RANDOM_UTILITY_HPP
|