()
| 476 | } |
| 477 | |
| 478 | func (s uniformRandomJobLoad) Load() float32 { |
| 479 | return rand.Float32()*(s.max-s.min) + s.min |
| 480 | } |
| 481 | |
| 482 | type normalRandomJobLoad struct { |
| 483 | mean, stddev float64 |
nothing calls this directly
no outgoing calls
no test coverage detected