Class StdlibRandomGenerator

Inheritance Relationships

Base Type

Class Documentation

class StdlibRandomGenerator : public marian::RandomGenerator

Public Functions

StdlibRandomGenerator(size_t seed)
void uniform(Tensor tensor, float a, float b)
void normal(Tensor tensor, float mean, float stddev)