mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add stateful library
This commit is contained in:
parent
fc0a1817d5
commit
31cceb37cd
8 changed files with 618 additions and 4 deletions
16
sprout/stateful.hpp
Normal file
16
sprout/stateful.hpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_STATEFUL_HPP
|
||||
#define SPROUT_STATEFUL_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/stateful/counter.hpp>
|
||||
#include <sprout/stateful/rand.hpp>
|
||||
#include <sprout/stateful/slot.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_STATEFUL_HPP
|
Loading…
Add table
Add a link
Reference in a new issue