00001 #ifndef __AIRandomBellCurve__
00002 #define __AIRandomBellCurve__
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030 #ifndef __AITypes__
00031 #include "AITypes.h"
00032 #endif
00033
00034
00035 #include "AIHeaderBegin.h"
00036
00040
00041
00042
00043
00044
00045
00046 #define kAIRandomBellCurveSuite "AI Random Bell Curve Suite"
00047 #define kAIRandomBellCurveSuiteVersion AIAPI_VERSION(4)
00048 #define kAIRandomBellCurveVersion kAIRandomBellCurveSuiteVersion
00049
00050
00051
00052
00053
00054
00055
00056
00065 typedef struct {
00066
00091 AIAPI AIFixed (*FixedRndBellCurve) ( void );
00092
00100 AIAPI void (*SetRndSeedBellCurve) ( ai::int32 seed );
00101
00108 AIAPI ai::int32 (*GetRndSeedBellCurve) ( void );
00109
00110 } AIRandomBellCurveSuite;
00111
00112
00113 #include "AIHeaderEnd.h"
00114
00115
00116 #endif