Source code for elphick.geomet.utils.sampling

import uuid


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