mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
[sprout.random] add seed_array
This commit is contained in:
parent
5879c81996
commit
ab0731c4fc
8 changed files with 399 additions and 8 deletions
|
@ -24,7 +24,7 @@ namespace sprout {
|
|||
typedef T result_type;
|
||||
public:
|
||||
SPROUT_CONSTEXPR T operator()(T const& x, T const& y) const {
|
||||
return x % y;
|
||||
return x % y;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue