mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-01-25 20:56:38 +00:00
305ae86d92
random/unique_seed.hpp 追加
8 lines
190 B
C++
8 lines
190 B
C++
#ifndef SPROUT_FUNCTIONAL_HASH_HPP
|
|
#define SPROUT_FUNCTIONAL_HASH_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/functional/hash/hash.hpp>
|
|
|
|
#endif // #ifndef SPROUT_FUNCTIONAL_HASH_HPP
|
|
|