48 template<
typename dtype>
53 return normal<dtype>(0, 1);
67 template<
typename dtype>
72 return normal<dtype>(inShape, 0, 1);
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
A Shape Class for NdArrays.
Definition: Core/Shape.hpp:41
dtype standardNormal()
Definition: standardNormal.hpp:49
Definition: Coordinate.hpp:45