.. index:: pair: class; XC_RandomEngine16807 .. _doxid-class_x_c___random_engine16807: class XC_RandomEngine16807 ========================== .. toctree:: :hidden: XC Random Engine. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class XC_RandomEngine16807: public :ref:`RandomEngine` { public: // construction :target:`XC_RandomEngine16807`(); :target:`XC_RandomEngine16807`(long long _seed); // methods virtual double :target:`operator ()` (); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods virtual double :ref:`operator ()` () = 0; virtual std::vector :ref:`operator ()` (size_t n);