%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/seed.hpp |
#ifndef PYTHONIC_INCLUDE_RANDOM_SEED_HPP
#define PYTHONIC_INCLUDE_RANDOM_SEED_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/builtins/None.hpp"
#include "pythonic/include/random/random.hpp"
PYTHONIC_NS_BEGIN
namespace random
{
types::none_type seed(long s);
types::none_type seed();
DEFINE_FUNCTOR(pythonic::random, seed);
}
PYTHONIC_NS_END
#endif