24 lines
633 B
C
24 lines
633 B
C
/*-------------------------------------------------------
|
|
File..........: eoParserUtils.h
|
|
Author........: Geneura Team, Marc Shoenauer
|
|
(this file: Victor Rivas, vrivas@ujaen.es)
|
|
Date..........: 17-Dec-1999
|
|
Description...: Some useful things that use eoParser.
|
|
Modifications.:
|
|
------------------- 1 -------------------
|
|
Author.......:
|
|
Date.........:
|
|
Description..:
|
|
*/
|
|
|
|
#ifndef EO_PARSER_UTILS
|
|
#define EO_PARSER_UTILS
|
|
|
|
#include "../utils/eoRNG.h"
|
|
#include "eoParser.h"
|
|
/// Reproducible random seed
|
|
|
|
//----------------------------------
|
|
void InitRandom( Parser & parser);
|
|
//----------------------------------
|
|
#endif
|