There is a mod called "Better RNG" by Zoryn that replaces SDV's RNG with "Mersenne Twister" (MT).
Problem is, MT is slow and its randomness is also suspect.
This mod replaces SDV's RNG with "XoShiRo128**", a fast and well-behaved PRNG.
In addition, this mod also implements "Better RNG" feature of "Override Daily Luck", with 2 flavors: "Uniform Distribution" and "Gaussian Distribution".
(Unlike "Better RNG", this mod does NOT attempt to change Tomorrow's Weather, though. I am very reluctant to tinker with something that turns out to be really complex.)
For more detailed description, please visit the mod's page at Nexus Mods. I'm reluctant to retype all of that
Problem is, MT is slow and its randomness is also suspect.
This mod replaces SDV's RNG with "XoShiRo128**", a fast and well-behaved PRNG.
In addition, this mod also implements "Better RNG" feature of "Override Daily Luck", with 2 flavors: "Uniform Distribution" and "Gaussian Distribution".
(Unlike "Better RNG", this mod does NOT attempt to change Tomorrow's Weather, though. I am very reluctant to tinker with something that turns out to be really complex.)
For more detailed description, please visit the mod's page at Nexus Mods. I'm reluctant to retype all of that