55 template<
typename dtype,
typename GeneratorType = std::mt19937>
56 dtype
uniform(GeneratorType& generator, dtype inLow, dtype inHigh)
79 template<
typename dtype,
typename GeneratorType = std::mt19937>
102 template<
typename dtype>
123 template<
typename dtype>
#define STATIC_ASSERT_FLOAT(dtype)
Definition: StaticAsserts.hpp:45
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 randFloat(GeneratorType &generator, dtype inLow, dtype inHigh=0.)
Definition: randFloat.hpp:63
dtype uniform(GeneratorType &generator, dtype inLow, dtype inHigh)
Definition: uniform.hpp:56
static std::mt19937_64 generator_
generator function
Definition: generator.hpp:37
dtype uniform(dtype inLow, dtype inHigh)
Definition: uniform.hpp:103
Definition: Coordinate.hpp:45