2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-19 04:22:17 +00:00

add header includsion in random.hpp

This commit is contained in:
Young Geun Kim
2025-02-01 17:28:17 +09:00
parent 1632e78cb3
commit 2b54d0fc6a

View File

@@ -88,6 +88,7 @@
#include <boost/random/uniform_real_distribution.hpp>
#include <boost/random/uniform_smallint.hpp>
#include <boost/random/weibull_distribution.hpp>
#include <boost/random/inverse_gaussian_distribution.hpp>
#include <boost/random/generate_canonical.hpp>