Sprout/sprout/random.hpp
2011-09-30 00:06:24 +09:00

13 lines
346 B
C++

#ifndef SPROUT_RANDOM_HPP
#define SPROUT_RANDOM_HPP
#include <sprout/config.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/linear_congruential.hpp>
#include <sprout/random/uniform_smallint.hpp>
#include <sprout/random/uniform_01.hpp>
#include <sprout/random/variate_generator.hpp>
#endif // #ifndef SPROUT_RANDOM_HPP