Need Help About Algorithm

Hi to all of you guys, I’m new here…
Basically, I just wonder how to make an algorithm to scramble numbers 0-9 in m rows x n columns to be looked “cryptographically randomâ€

Use the random number generator, and an array to determine if the number has been used already. Then sequentially place them in your m x n array.

Alan KM6VV

Hi Alan KM6VV, nice to meet you…
Can you do it to this table? This table actually has so many rows & columns, but I give the simpler example with 100 rows x 20 columns. I don’t know how to attach the file here.
Thx.

Just use a pair of nested for-next loops, and get a new random number within your required range for each cell.

Sorry, I don’t currently have a BASIC part to write code for. Is this for a class?

Alan KM6VV

Alan,
Can it result like the file puzle.pdf? Since I can’t attach file here, would you mind taking a look at the file at other forum:
mbticentral.com/forums/sport … post267009
(Don’t worry about virus, and sorry to point other forum).
Thx for your attention.

Couldn’t open the PDF (?).

Not sure what you are looking for. Now it’s patterns?

Alan KM6VV

Sorry Alan for gave you restricted forum for non members. You can try again this:
vbforums.com/showthread.php? … ost3303389
You don’t have to be its member to download the file.
Yes, finding its patterns is the point of my post here.
Thx.

Personally I don’t think there is enough information here to work on.

What is the table from? Why are you trying to solve it? Is this some type of class assignment? If so what have you tried? I am assuming you are not trying to do something like breaking someones copyright information?

Kurt

Hi kurte,
Right now we are discussing about this in other forum. Would you mind taking a look at:
avrfreaks.net/index.php?name … 221#481221
Thx.