namespace VocabularyTrainer; public static class RandomProvider { public static Random Random { get; } = Random.Shared; }