// $Id: RandBit.cc,v 1.5 2002/05/07 16:47:28 mf Exp $ // -*- C++ -*- // // ----------------------------------------------------------------------- // HEP Random // --- RandBit --- // class implementation file // ----------------------------------------------------------------------- // This file is part of Geant4 (simulation toolkit for HEP). // ======================================================================= // M Fischler - Created from RandFlat.cc, deleting almost all the content // since inheritance takes care of it. 2/15/00 // ======================================================================= #include "CLHEP/Random/RandBit.h" RandBit::~RandBit() { } RandBit::RandBit(const RandBit& right) : RandFlat(right) { }