mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
random 更新
This commit is contained in:
parent
305ae86d92
commit
4a345e8259
6 changed files with 544 additions and 8 deletions
|
@ -1,7 +1,12 @@
|
|||
#ifndef SPROUT_RANDOM_HPP
|
||||
#define SPROUT_RANDOM_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/random/random_result.hpp>
|
||||
#include <sprout/random/linear_congruential.hpp>
|
||||
#include <sprout/random/uniform_smallint.hpp>
|
||||
#include <sprout/random/uniform_01.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANDOM_HPP
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue