seed
The value that determines the specific configuration of noise produced by the noise source.
Declaration
var seed: Int32 { get set }Discussion
Like the seed value of a random source, a noise source’s seed value determines the pseudorandom aspect of noise generated by the noise source. Changing the seed value produces different overall structure to the generated noise, while changing other parameters produces variation upon that structure.