mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
random.hpp 追加
This commit is contained in:
parent
77c3faa42e
commit
1ebc833ea8
1 changed files with 7 additions and 0 deletions
7
sprout/random.hpp
Normal file
7
sprout/random.hpp
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#ifndef SPROUT_RANDOM_HPP
|
||||||
|
#define SPROUT_RANDOM_HPP
|
||||||
|
|
||||||
|
#include <sprout/random/linear_congruential.hpp>
|
||||||
|
|
||||||
|
#endif // #ifndef SPROUT_RANDOM_HPP
|
||||||
|
|
Loading…
Reference in a new issue