Generate several tessellations with the same statistical properties #175
-
I'm trying to get tessellation using any distribution for example many times voronoi (standard Poisson-Voronoi tessellation) distribution and they give the same tesstelation files every time I run the command I am not sure where is the problem, I need to generate different grains shape and size from the same mean and SD |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Use the |
Beta Was this translation helpful? Give feedback.
Use the
-id
option to get different tessellations:neper -T -n 100 -morpho "voronoi" -dim 2 -id 1
andneper -T -n 100 -morpho "voronoi" -dim 2 -id 2
will be different.