mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
89e2be54fa
add random using add some headers
8 lines
225 B
C++
8 lines
225 B
C++
#ifndef SPROUT_INTEGER_BIT_HPP
|
|
#define SPROUT_INTEGER_BIT_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/integer/bit_length.hpp>
|
|
#include <sprout/integer/bit_reverse.hpp>
|
|
|
|
#endif // #ifndef SPROUT_INTEGER_BIT_HPP
|