* Set the seed for the LCG randomizer. */
| 268 | * Set the seed for the LCG randomizer. |
| 269 | */ |
| 270 | void Tools_RandomLCG_Seed(uint16 seed) |
| 271 | { |
| 272 | s_randomLCG = seed; |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * Get a random value from the LCG. |
no outgoing calls
no test coverage detected