*─────────────────────────────── Random ────────────────────────────────*/
| 48 | ────────────────────────────────*/ |
| 49 | |
| 50 | type RandomPicker struct{} |
| 51 | |
| 52 | func (RandomPicker) Next(total int) int { |
| 53 | if total == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected