Source code for mdcgenpy.mdcgenutils

import numpy as np


[docs]def initialize(clust_config): np.random.seed(clust_config.seed)