8 #ifndef _PyImathRandom_h_
9 #define _PyImathRandom_h_
12 #define HBOOST_BIND_GLOBAL_PLACEHOLDERS
13 #include <hboost/python.hpp>
25 static PyObject * wrap (
const IMATH_NAMESPACE::Rand32 &
r);
31 static PyObject * wrap (
const IMATH_NAMESPACE::Rand48 &
r);
PYIMATH_EXPORT hboost::python::class_< IMATH_NAMESPACE::Rand32 > register_Rand32()
PYIMATH_EXPORT hboost::python::class_< IMATH_NAMESPACE::Rand48 > register_Rand48()