Answer by Tarass for How to have a real random pattern?
Thanks to JLDias's idea, I made a metapost file to create some image containing ramdom point with controlled density, and thanks to Qrrbrbirlbel's library one can use this image as pattern.Install the...
View ArticleAnswer by JLDiaz for How to have a real random pattern?
As explained in a comment, the code for the pattern is evaluated only once, so you cannot have new random dots for each time the pattern is repeated, but the same random dots that were computed when...
View ArticleAnswer by SLx64 for How to have a real random pattern?
Edit: The easier solution is adding this to your preamble:\pgfmathsetseed{\number\pdfrandomseed}\pgfdeclarepatternformonly{Rnd}{...}If a solution with LuaLaTeX is fine, you can try...
View ArticleHow to have a real random pattern?
How to have a new recalculated random pattern? This one is the same translated everywhere.EditI perfectly understand that the pattern is calculated once and drawn several times after.My question is,...
View Article