mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
77c3faa42e
random/linear_congruential.hpp 追加
8 lines
275 B
C++
8 lines
275 B
C++
#ifndef SPROUT_OPERATION_APPEND_FRONT_HPP
|
|
#define SPROUT_OPERATION_APPEND_FRONT_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/operation/fixed/append_front.hpp>
|
|
#include <sprout/operation/fit/append_front.hpp>
|
|
|
|
#endif // #ifndef SPROUT_OPERATION_APPEND_FRONT_HPP
|