|
Create a random array contain a fixed number
I want to create an array contain random 4 number, but one of them is a fixed number.
For example, fixed number is 2, arrays are 1,2,5,9; 2,6,7,8; 2,5,9,15..
.The numbers are between 1 and 100.
How can I do it ?
|