Refactored namespaces

This commit is contained in:
Thorsten Sommer 2020-09-26 11:42:38 +02:00
parent b893381707
commit 976643dd9b

View File

@ -6,7 +6,7 @@ using FastRng.Double;
using FastRng.Double.Distributions;
using NUnit.Framework;
namespace FastRngTests
namespace FastRngTests.Double
{
[ExcludeFromCodeCoverage]
public class MultiThreadedRngTests