sampling

CoCoMiCo sampling generates community specifications from existing communities.

Submodules

Functions

ess(→ str)

Final 's' if plural.

save_state(→ None)

Save random number generator state to out directory.

load_state(→ None)

Save random number generator state to out directory.

Package Contents

sampling.ess(x: Sized) str[source]

Final ‘s’ if plural.

Parameters:

x (Sized)

Return type:

str

sampling.save_state(where: pathlib.Path, state=None) None[source]

Save random number generator state to out directory.

Parameters:

where (pathlib.Path)

Return type:

None

sampling.load_state(where: pathlib.Path) None[source]

Save random number generator state to out directory.

Parameters:

where (pathlib.Path)

Return type:

None