Add support for the PCG32 PRNG algo (and associated script APIs)
authorkwolekr <kwolekr@minetest.net>
Sun, 22 Mar 2015 04:01:46 +0000 (00:01 -0400)
committerkwolekr <kwolekr@minetest.net>
Sun, 22 Mar 2015 04:48:08 +0000 (00:48 -0400)
commit3993093f51544d4eb44efb57c973e29107ea2f7a
tree0533167edce0dbd2cb8f03c37b880e57cfd7916d
parent7679396ebbb38115eedbfb8e9636dff50cdf2075
Add support for the PCG32 PRNG algo (and associated script APIs)
doc/lua_api.txt
src/mapgen.cpp
src/mg_ore.cpp
src/noise.cpp
src/noise.h
src/script/lua_api/l_noise.cpp
src/script/lua_api/l_noise.h
src/script/scripting_game.cpp
src/util/numeric.cpp
src/util/numeric.h