Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkRandom.h

00001 /*=========================================================================
00002 
00003   Program:   3DMed
00004   Date:      $Date: 2014-02-25 18:30:00 +0800 $
00005   Version:   $Version: 4.6.0 $
00006   Copyright: MIPG, Institute of Automation, Chinese Academy of Sciences
00007 
00008 =========================================================================*/
00009 
00010 #ifndef __mitkRandom_h
00011 #define __mitkRandom_h
00012 
00013 #include "mitkCommonIncludes.h"
00014 
00015 MITK_COMMON_API void mitkRandomInit();
00016 MITK_COMMON_API float mitkRand(); // 0~1
00017 MITK_COMMON_API bool mitkRandEvent(float P);
00018 
00019 
00020 #endif 

Generated on Tue Feb 25 15:00:37 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3