Amend
This commit is contained in:
15
tests/GlobalSetUp.cs
Normal file
15
tests/GlobalSetUp.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Skeleton.Utils.RandomEngines;
|
||||
|
||||
namespace Skeleton.Test;
|
||||
[SetUpFixture]
|
||||
public class GlobalSetUp
|
||||
{
|
||||
private const int RandomSeed = 33659722;
|
||||
|
||||
/*[SetUp]
|
||||
public void SetUp()
|
||||
{
|
||||
RandomSource.SetSeed(RandomSeed);
|
||||
}*/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user