Skip to content
Snippets Groups Projects
random.cpp 210 B
Newer Older
  • Learn to ignore specific revisions
  • #include "random.hpp"
    
    namespace ext {
    
    	std::random_device & random_devices::random = getRandom ( );
    	random_devices::semirandom_device & random_devices::semirandom = getSemirandom ( );
    
    } /* namespace ext */