mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 11:43:47 +01:00
e6529b608e
- Use a new buffered_function to replace the complicated generator code from ALPS. - Clean the implementation of the random_generator - update the documentation - update to the new python wrapper (could not be done with the previous version, because of lack of move constructor).
6 lines
137 B
Python
6 lines
137 B
Python
|
|
from random_generator import RandomGenerator, random_generator_names_list
|
|
|
|
__all__ = ['RandomGenerator','random_generator_names_list']
|
|
|