//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @BeforeEach void setupRandomConfig() internal virtual void SetupRandomConfig() { _random = _random.withConfiguration(new ConfigurationAnonymousInnerClass(this)); _random.reset(); }