tvm
Classes | Namespaces
random_engine.h File Reference

Random number generator. It provides a generic interface consistent with std::uniform_random_bit_generator More...

#include <tvm/runtime/logging.h>
#include <cstdint>
#include <random>
Include dependency graph for random_engine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvm::support::LinearCongruentialEngine
 This linear congruential engine is a drop-in replacement for std::minstd_rand. It strictly corresponds to std::minstd_rand and is designed to be platform-independent. More...
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::support
 

Detailed Description

Random number generator. It provides a generic interface consistent with std::uniform_random_bit_generator