aclrtRandomNumFuncType

typedef enum { 
    ACL_RT_RANDOM_NUM_FUNC_TYPE_DROPOUT_BITMASK = 0,   // Dropout bitmask
    ACL_RT_RANDOM_NUM_FUNC_TYPE_UNIFORM_DIS,           // Uniform distribution
    ACL_RT_RANDOM_NUM_FUNC_TYPE_NORMAL_DIS,            // Normal distribution
    ACL_RT_RANDOM_NUM_FUNC_TYPE_TRUNCATED_NORMAL_DIS,  // Truncated normal distribution
} aclrtRandomNumFuncType;