Hi All
I have created a Vector which uses Random Number Generator to create values.
The method that is created to generate this vector is being called in multiple files.
So definitely the vector is running the random number generator each it is called in each file.
I only need one consistent set of vector values, but cant' understand how to achieve that.
Can someone throw some light on this please.
Thanks a lot
-Nidhi

