OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rndidx
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
var.c
3409
size_t
rndidx
= (size_t)random() % (i + 1);
local in function:ShuffleSubstrings
3411
strs[i] = strs[
rndidx
];
3412
strs[
rndidx
] = t;
Completed in 57 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025