-
-
Notifications
You must be signed in to change notification settings - Fork 82
DTL_RANDOM_DEFAULT_RANDOM (乱数マクロ)
Kasugaccho edited this page Oct 12, 2019
·
4 revisions
#ifndef DTL_RANDOM_DEFAULT_RANDOM
#define DTL_RANDOM_DEFAULT_RANDOM ::dtl::random::DefaultRandom
#endif
namespace dtl::shape {
using DefaultRandom = ::dtl::random::Random<::std::mt19937, ::std::uint_fast32_t, ::std::uniform_int_distribution<>, ::std::bernoulli_distribution>;
}
Copyright (c) 2018-2021 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)