ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Rand.cpp File Reference
#include "benchmarks/benchmark_utilities/Rand.h"
#include <Parallel.h>
#include <random>
#include <type_traits>
#include <vector>
#include "cloudViewer/core/Dispatch.h"
#include "cloudViewer/core/Indexer.h"
#include "cloudViewer/core/ParallelFor.h"
Include dependency graph for Rand.cpp:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::benchmarks
 

Functions

core::Tensor cloudViewer::benchmarks::Rand (const core::SizeVector &shape, size_t seed, const std::pair< core::Scalar, core::Scalar > &range, core::Dtype dtype, const core::Device &device=core::Device("CPU:0"))
 Returns a Tensor with random values within the range range . More...