Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Random.h File Reference
#include <mutex>
#include <random>
#include "open3d/utility/Logging.h"

Go to the source code of this file.

Data Structures

class  open3d::utility::random::UniformIntGenerator< T >
class  open3d::utility::random::UniformRealGenerator< T >
class  open3d::utility::random::NormalGenerator< T >
class  open3d::utility::random::DiscreteGenerator< T >

Namespaces

namespace  open3d
namespace  open3d::utility
namespace  open3d::utility::random

Functions

void open3d::utility::random::Seed (const int seed)
 Set Open3D global random seed.
std::mt19937 * open3d::utility::random::GetEngine ()
std::mutex * open3d::utility::random::GetMutex ()
uint32_t open3d::utility::random::RandUint32 ()