Source code for elphick.mass_composition.utils.sampling

import uuid


[docs]def random_int(): return int(uuid.uuid4())