Reverse math.noise()?

Is it possible to get the value of a noised number?

Example

local HID = math.noise(123)
print(HID) -- 0.12321 example

undoNoise(HID) -- 123
1 Like

I’ll tell you how to do that if you tell me how to get the latitude and longitude of a point on the earth given its elevation.

3 Likes

There is, it’s just that there is an infinite amount of solutions for each input, you need more constraints to your problem

2 Likes