seed method

seed

Sets the seed for the random number generator used by the turbulence function.

Returns

The current builder instance.

def seed(self, seed):
    ...
ParameterTypeDescription
seedfloatThe seed value.

See Also