#include <cmath>#include "mfstream.h"#include "mempool.h"#include "dictionary.h"#include "n_gram.h"#include "ngramtable.h"#include "interplm.h"#include "normcache.h"#include "ngramcache.h"#include "mdiadapt.h"#include "shiftlm.h"#include "linearlm.h"#include "mixture.h"#include "cmd.h"#include "util.h"Go to the source code of this file.
Functions | |
| double | rand01 () |
| double rand01 | ( | ) |
Definition at line 218 of file mixture.cpp.
References util::rand().

1.5.9