I have a for-loop:
for (i=0; i<N; i++) a[i] = rand()
But that's too slow, and BLAS/vDSP/vecLib/etc are at my disposal. I'm looking for a function to create an array of random numbers; it seems like it should be included.
Besides the name for this function, I would also appreciate a some good vDSP/vecLib/etc documentation. I've found some documentation, but it's not good -- just general descriptions of the functions.