#include "Core/Array/Arrays.h"
#include "Util/Random.h"
#include "Core/Array/Trait/InOutSetRandom.h"
#include "Core/Array/Pattern/PatInOutOp.h"
Include dependency graph for MakeRandom.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
template<class ArrayT> | |
ArrayT * | Impala::Core::Array::MakeRandom (Int64 width, Int64 height, typename ArrayT::StorType maxVal) |
Makes a new array of given size filled with random number in the range [0. | |
Array2dScalarReal64 * | Impala::Core::Array::MakeRandomScalarReal64 (Int64 width, Int64 height, double maxVal) |