VCCC  2024.05
VisualCamp Common C++ library
random.hpp
Go to the documentation of this file.
1 # /*
2 # * Created by YongGyu Lee on 2020/12/08.
3 # */
4 #
5 # ifndef VCCC_RANDOM_HPP
6 # define VCCC_RANDOM_HPP
7 #
8 # include "vccc/__random/pick.hpp"
9 # include "vccc/__random/sample.hpp"
10 
16 # endif // VCCC_RANDOM_HPP