Convenience function to allow one-statement creation of arrays of random numbers.
// Create an array of 10 random numbers distributed Normal(0, 1). auto normals = randArray!rNormal(10, 0, 1);
See Implementation
Convenience function to allow one-statement creation of arrays of random numbers.