19 m.def_submodule(
"random",
"Random number generation utilities.");
21 m_random.def(
"seed", &
Seed,
"seed"_a,
22 "Set the global random seed for CloudViewer random number "
25 {{
"seed",
"The seed value to set."}});
void FunctionDocInject(py::module &pybind_module, const std::string &function_name, const std::unordered_map< std::string, std::string > &map_parameter_body_docs)
void pybind_random(py::module &m)
void Seed(const int seed)
Set CloudViewer global random seed.
Generic file read and write utility for python interface.