Questions tagged [random]

109 questions
8
votes
1 answer

How to create a random string of random length

I'm looking for a way to create a string of random letters and random length. So whenever the command is used I get different…
schmendrich
  • 3,908
3
votes
2 answers

TikZ distinct random integers

I am trying to generate BINGO cards where but all the number in the card must be distinct. Here is what I got so…
2
votes
2 answers

Random dots excluding certain values or range of values

I am able to generate the random dots, but how would I exclude specific values or range of values? For example, excluding 8 or excluding 10-20. \begin{pgfpicture} \foreach \x in {1,...,1000}{ \pgfmathrandominteger{\a}{1}{100} …