random.hpp 追加

This commit is contained in:
bolero-MURAKAMI 2011-09-29 01:09:24 +09:00
parent 77c3faa42e
commit 1ebc833ea8

7
sprout/random.hpp Normal file
View file

@ -0,0 +1,7 @@
#ifndef SPROUT_RANDOM_HPP
#define SPROUT_RANDOM_HPP
#include <sprout/random/linear_congruential.hpp>
#endif // #ifndef SPROUT_RANDOM_HPP