public static uint GEN_rand()
        {
            uint ret = LinearMathPINVOKE.GEN_rand();

            return(ret);
        }