![]() |
QMCPACK
|
This is the complete list of members for FakeRandom< T >, including all inherited members.
| FakeRandom() | FakeRandom< T > | |
| init(int iseed) override | FakeRandom< T > | inlinevirtual |
| load(const std::vector< uint_type > &newstate) override | FakeRandom< T > | inline |
| qmcplusplus::RandomBase::load(const std::vector< uint_type > &newstate)=0 | RandomBase< T > | pure virtual |
| m_val | FakeRandom< T > | private |
| makeClone() const override | FakeRandom< T > | inlinevirtual |
| operator()() override | FakeRandom< T > | virtual |
| read(std::istream &rin) override | FakeRandom< T > | inlinevirtual |
| result_type typedef | FakeRandom< T > | |
| save(std::vector< uint_type > &curstate) const override | FakeRandom< T > | inline |
| qmcplusplus::RandomBase::save(std::vector< uint_type > &curstate) const =0 | RandomBase< T > | pure virtual |
| seed(uint_fast32_t aseed) override | FakeRandom< T > | inlinevirtual |
| set_value(double val) | FakeRandom< T > | |
| state_size() const override | FakeRandom< T > | inlinevirtual |
| uint_type typedef | FakeRandom< T > | |
| write(std::ostream &rout) const override | FakeRandom< T > | inlinevirtual |
| ~RandomBase()=default | RandomBase< T > | virtual |