valCoord3D

fun valCoord3D(seed: Int, x: Int, y: Int, z: Int): Double(source)

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.