valCoord3D
Generates a pseudo-random value based on the input seed and 3D coordinates.
Return
A pseudo-random double value calculated using the seed and coordinates.
Parameters
seed
The base seed value used for pseudo-random generation.
x
The x-coordinate in the 3D space.
y
The y-coordinate in the 3D space.
z
The z-coordinate in the 3D space.