MCPcopy Create free account
hub / github.com/Astropulse/hexmap / _rand_grid

Function _rand_grid

map.py:283–284  ·  view source on GitHub ↗
(seed: int, gh: int, gw: int)

Source from the content-addressed store, hash-verified

281
282
283def _rand_grid(seed: int, gh: int, gw: int) -> np.ndarray:
284 return np.random.default_rng(seed).random((gh, gw), dtype=np.float32)
285
286
287def value_noise_2d(shape: tuple[int, int], seed: int, scale: int) -> np.ndarray:

Callers 2

value_noise_2dFunction · 0.85
value_noise_2d_anisoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected