If I assign a random value from a wildcard, it doesn't seem to use the normal generation seed. ``` {% set cloth_color = wildcard("__colors_cloth__")|random %} ``` Even if I fix the seed, the values will be different on each generation.
If I assign a random value from a wildcard, it doesn't seem to use the normal generation seed.
Even if I fix the seed, the values will be different on each generation.