dot-set_random_seed: Set random seed for reproducibility

.set_random_seedR Documentation

Set random seed for reproducibility

Description

Sets the random seed for reproducibility. Checks for seed in this order:

  1. Project settings.yml (seed: value)

  2. Global ~/.frameworkrc (FW_SEED)

  3. Skip seeding if both are NULL or empty

Usage

.set_random_seed(config)

Arguments

config

Configuration object from settings_read()


framework documentation built on Feb. 18, 2026, 1:07 a.m.