stilt.config.ModelConfig.realization_seed#

ModelConfig.realization_seed(realization)#

Return the user seed for error realization realization.

Realization 0 runs with the configured seed, exactly as STILT-R’s single error run does, and realization k with seed + k. None when unseeded.

Return type:

int | None

Parameters:

realization (int)