random property
Random number generator used for sampling and stochastic operations.
This is initialized during construction and used across the session to ensure controlled randomness based on the configured seed.
Implementation
late final math.Random random;