mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +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
|
@ -30,7 +30,7 @@ namespace sprout {
|
|||
builtin_remainder(double x, double y) {
|
||||
return __builtin_remainder(x, y);
|
||||
}
|
||||
inline SPROUT_CONSTEXPR long double
|
||||
inline SPROUT_CONSTEXPR long double
|
||||
builtin_remainder(long double x, long double y) {
|
||||
return __builtin_remainderl(x, y);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue