| 7330 | }; |
| 7331 | |
| 7332 | int SortRandom(const void *a1, const void *a2) |
| 7333 | // See comments in prior functions for details. |
| 7334 | { |
| 7335 | return ((sort_rand_type *)a1)->rand - ((sort_rand_type *)a2)->rand; |
| 7336 | } |
| 7337 | |
| 7338 | |
| 7339 |
nothing calls this directly
no outgoing calls
no test coverage detected