* Function : predict_init **************************************************************************/
| 112 | * Function : predict_init |
| 113 | **************************************************************************/ |
| 114 | void predict_init(agent* thisAgent) |
| 115 | { |
| 116 | thisAgent->predict_seed = 0; |
| 117 | (*thisAgent->prediction) = ""; |
| 118 | } |
| 119 | |
| 120 | /*************************************************************************** |
| 121 | * Function : predict_srand_store_snapshot |
no outgoing calls
no test coverage detected