51 template<
typename dtype,
typename GeneratorType = std::mt19937>
71 template<
typename dtype,
typename GeneratorType = std::mt19937>
91 template<
typename dtype>
106 template<
typename dtype>
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:39
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:139
iterator end() noexcept
Definition: NdArrayCore.hpp:1623
iterator begin() noexcept
Definition: NdArrayCore.hpp:1315
NdArray< dtype > permutation(GeneratorType &generator, dtype inValue)
Definition: permutation.hpp:52
void shuffle(GeneratorType &generator, NdArray< dtype > &inArray)
Definition: shuffle.hpp:48
Definition: Random/bernoulli.hpp:41
NdArray< dtype > permutation(dtype inValue)
Definition: permutation.hpp:92
static std::mt19937_64 generator_
generator function
Definition: generator.hpp:35
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition: arange.hpp:59