Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/test/function/init/
H A Dinit_function_test.cpp45 const int NUMBER_OF_DIGITS = 10; variable
83 str[i] = MIN_NUMERIC_CHAR + rand() % NUMBER_OF_DIGITS; in RandStr()