import numpy as np SEED = 2026 rng = np.random.default_rng(SEED) first_draw = rng.integers(0, 20, size=8) next_draw = rng.integers(0, 20, size=8)