I have declared one variable of type ArrayList<Double[]>
. I want to get random double array k times from this.Please help me with this. Thanks.
This is the declearation: ArrayList<Double[]> vecspace = new ArrayList<double[]>();
From this I need to access arrays one by one(not numbers). If not possible please tell me other way of declaring "vecspace" to get random arrays.
Aucun commentaire:
Enregistrer un commentaire