54 template<
typename dtype,
typename GeneratorType = std::mt19937>
74 template<
typename dtype,
typename GeneratorType = std::mt19937>
94 template<
typename dtype>
109 template<
typename dtype>
#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
iterator end() noexcept
Definition: NdArrayCore.hpp:1479
iterator begin() noexcept
Definition: NdArrayCore.hpp:1171
NdArray< dtype > permutation(GeneratorType &generator, dtype inValue)
Definition: permutation.hpp:55
void shuffle(GeneratorType &generator, NdArray< dtype > &inArray)
Definition: shuffle.hpp:50
NdArray< dtype > permutation(dtype inValue)
Definition: permutation.hpp:95
static std::mt19937_64 generator_
generator function
Definition: generator.hpp:37
Definition: Coordinate.hpp:45
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition: arange.hpp:59