49 template<
typename dtype,
typename GeneratorType = std::mt19937>
62 template<
typename dtype>
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
void shuffle(GeneratorType &generator, NdArray< dtype > &inArray)
Definition: shuffle.hpp:50
static std::mt19937_64 generator_
generator function
Definition: generator.hpp:37
void shuffle(NdArray< dtype > &inArray)
Definition: shuffle.hpp:63
Definition: Coordinate.hpp:45