minstd_rand.hpp 493 B

12345678910111213141516
  1. #ifndef BOOST_UTILITY_DETAIL_MINSTD_RAND_HPP_INCLUDED
  2. #define BOOST_UTILITY_DETAIL_MINSTD_RAND_HPP_INCLUDED
  3. // Copyright 2017 Peter Dimov
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. //
  7. // See accompanying file LICENSE_1_0.txt or copy at
  8. // http://www.boost.org/LICENSE_1_0.txt
  9. //
  10. // An implementation of minstd_rand that does not require
  11. // the Random library
  12. #include <boost/core/detail/minstd_rand.hpp>
  13. #endif // #ifndef BOOST_UTILITY_DETAIL_MINSTD_RAND_HPP_INCLUDED