Using the deterministic hash code
This commit is contained in:
parent
af80788a21
commit
1faa4a21c3
@ -15,7 +15,7 @@ namespace CubicNoiseTests
|
||||
{
|
||||
var engine = NoiseEngine.Create(new EngineParameters
|
||||
{
|
||||
Seed = "test seed".GetHashCode(),
|
||||
Seed = "test seed".GetDeterministicHashCode(),
|
||||
Type = NoiseTypes.CUBIC_NOISE,
|
||||
IntParameters = new Dictionary<IParameterName, int>
|
||||
{
|
||||
@ -76,7 +76,7 @@ namespace CubicNoiseTests
|
||||
{
|
||||
var engine = NoiseEngine.Create(new EngineParameters
|
||||
{
|
||||
Seed = "test seed".GetHashCode(),
|
||||
Seed = "test seed".GetDeterministicHashCode(),
|
||||
Type = NoiseTypes.CUBIC_NOISE,
|
||||
IntParameters = new Dictionary<IParameterName, int>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user