We currently host several Random Number Generators with slightly different capabilities
some RandomNumberGenerator in the samplers, but they default to SystemRandomNumberGenerator (and now a seedable one SeededRandomNumberGenerator)
TorchRandomSource, NumPyRandomSource, NvRandomSource in Diffusion libraries for exact parity
Xoshiro256StarStar in unit tests
We might consider moving them to a central location
We currently host several Random Number Generators with slightly different capabilities
some RandomNumberGeneratorin the samplers, but they default toSystemRandomNumberGenerator(and now a seedable oneSeededRandomNumberGenerator)TorchRandomSource,NumPyRandomSource,NvRandomSourcein Diffusion libraries for exact parityXoshiro256StarStarin unit testsWe might consider moving them to a central location