%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/random/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/random/random.hpp |
#ifndef PYTHONIC_INCLUDE_RANDOM_RANDOM_HPP #define PYTHONIC_INCLUDE_RANDOM_RANDOM_HPP #include "pythonic/include/utils/functor.hpp" #include <random> PYTHONIC_NS_BEGIN namespace random { static std::mt19937 __random_generator; double random(); DEFINE_FUNCTOR(pythonic::random, random); } PYTHONIC_NS_END #endif