mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
2921cbcc06
A trivial cythonized version of the c++ random_generator class. Useful to get the names of the generators from the python. new file: pytriqs/random/* new file: doc/reference/python/random/*
6 lines
133 B
Python
6 lines
133 B
Python
|
|
from random_generator import RandomGenerator, available_generator_names
|
|
|
|
__all__ = ['RandomGenerator','available_generator_names']
|
|
|