Home
last modified time | relevance | path

Searched refs:cw_rand_groups (Results 1 – 5 of 5) sorted by relevance

/dports/comms/cwstudio/cwstudio-0.9.6/src/
H A Dcwgen.h136 extern char *cw_rand_groups(int ngroup, int shape, const char *charset, unsigned int seed);
H A Drandom.c158 char *cw_rand_groups(int ngroup, int shape, const char *charset, unsigned int seed) in cw_rand_groups() function
H A Dcwcli.c437 case 0: generated = cw_rand_groups(param.number, param.shape, charset, param.seed); break; in cwstudio_generate_text()
H A Dcwwx.cc635 …t = cw_rand_groups(param.number, param.shape, (const char *) boxcharset->GetValue().mb_str(wxConvU… in GenerateGroups()
H A Dcwcurses.c292 case 0: generated = cw_rand_groups(param.number, param.shape, charset, param.seed); break; in cwstudio_generate_text()