It divides the space into grids. The nucleus of each cell is randomly placed in a grid.
**Since:** 2.3
## Parameters
-`points` : A list of `[x, y, z]` coordinates.
-`seed` : The random seed.
-`grid_w` : The grid width. Default to 10. Smaller `grid_w` makes more cells.
-`dist` : The noise value of each point is based on its distance to other cells. Different distance strategies make different noises. The `dist` parameter accepts `"euclidean"`, `"manhattan"`, `"chebyshev"` or `"border"`.