CASM  1.1.0
A Clusters Approach to Statistical Mechanics
Log.cc File Reference
#include "casm/casm_io/Log.hh"
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include "casm/external/MersenneTwister/MersenneTwister.h"

Go to the source code of this file.

Namespaces

 CASM
 Main CASM namespace.
 

Functions

std::vector< int > CASM::rand_unique (int n, int c, MTRand &mtrand)
 Choose c random unique numbers in [0,n) More...
 
Log & CASM::operator<< (Log &log, std::ostream &(*fptr)(std::ostream &))