pal.config module

Configuration utilities for the PAL library.

Provides configuration management for random seeding, simulation parameters, and global library settings.

pal.config.set_default_n_sims(n)[source]

Sets the default number of simulations.

Parameters:

n (int) – The number of simulations.

Return type:

None

pal.config.set_random_seed(seed)[source]

Sets the random seed for the simulation.

Parameters:

seed (int) – The random seed.

Return type:

None