Hi,
Yes, it's possible to make random numbers in J2ME.
It's pretty simple to make an array. The following is a small
program for J2SE, which prints the values in an integer array.
If you insert the above code in a file called arrayTest.java, and compile
it (write the following in the prompt: javac ArrayTest.java), and then
run it with: java ArrayTest
The following is a small article concerning Random numbers in Java.
If your new to computing, it might be "a bit to much".
More on Random numbers in J2ME regards,
/Svend Rost