1
0
Fork 0
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:
bolero-MURAKAMI 2012-11-16 13:40:19 +09:00
parent 225c11b505
commit f37e8a9088
19 changed files with 261 additions and 211 deletions

View file

@ -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>