| 1236 | // == Random ====================================================================================== |
| 1237 | |
| 1238 | void Random::SetSeed(uint32 seed) |
| 1239 | { |
| 1240 | engine.seed(seed); |
| 1241 | } |
| 1242 | |
| 1243 | void Random::SeedWithRandomValue() |
| 1244 | { |
nothing calls this directly
no outgoing calls
no test coverage detected