MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / SortRandom

Function SortRandom

Source/script2.cpp:7332–7336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7330};
7331
7332int 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected