MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / SortRandom

Function SortRandom

source/script2.cpp:6331–6335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6329};
6330
6331int SortRandom(const void *a1, const void *a2)
6332// See comments in prior functions for details.
6333{
6334 return ((sort_rand_type *)a1)->rand - ((sort_rand_type *)a2)->rand;
6335}
6336
6337int SortUDF(const void *a1, const void *a2)
6338// See comments in prior function for details.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected