ppmd.modules.mt19937 module¶
-
class
ppmd.modules.mt19937.
Cpp11MT19937
(name=None, seed=None)¶ Bases:
ppmd.modules.module.Module
-
get_cpp_arguments_ast
()¶ Return the code to define arguments to add to the library.
-
get_cpp_headers_ast
()¶ Return the code to include the required header file(s).
-
get_cpp_post_loop_code_ast
()¶ Return the code to place after the loop.
-
get_cpp_pre_loop_code_ast
()¶ Return the code to place before the loop.
-
get_python_parameters
()¶ Return the parameters to add to the launch of the shared library.
-