mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add normal_distribution::stddev
This commit is contained in:
parent
225c11b505
commit
f37e8a9088
19 changed files with 261 additions and 211 deletions
|
@ -31,9 +31,9 @@
|
|||
# include <sprout/config/compiler/codegear.hpp>
|
||||
#elif defined(__BORLANDC__)
|
||||
# include <sprout/config/compiler/borland.hpp>
|
||||
#elif defined( __MWERKS__)
|
||||
#elif defined(__MWERKS__)
|
||||
# include <sprout/config/compiler/metrowerks.hpp>
|
||||
#elif defined( __SUNPRO_CC)
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# include <sprout/config/compiler/sunpro_cc.hpp>
|
||||
#elif defined(__HP_aCC)
|
||||
# include <sprout/config/compiler/hp_acc.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue