Efros-Leung
Exemplar-basedtexturesynthesis(Efros-Leung)
inc/mt.h
00001 #ifndef _MT_H
00002 #define _MT_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #define MT_VERSION "0.20110401"
00009 
00010 void mt_init(unsigned long s);
00011 double mt_drand53(void);
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016 
00017 #endif /* !_MT_H */
 All Classes Files Functions