17 lines
493 B
C++
17 lines
493 B
C++
#ifndef BOOST_UTILITY_DETAIL_MINSTD_RAND_HPP_INCLUDED
|
|
#define BOOST_UTILITY_DETAIL_MINSTD_RAND_HPP_INCLUDED
|
|
|
|
// Copyright 2017 Peter Dimov
|
|
//
|
|
// 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
|
|
//
|
|
// An implementation of minstd_rand that does not require
|
|
// the Random library
|
|
|
|
#include <boost/core/detail/minstd_rand.hpp>
|
|
|
|
#endif // #ifndef BOOST_UTILITY_DETAIL_MINSTD_RAND_HPP_INCLUDED
|