The Pascal-like built-in function random(n) is not translated to working code on export to the C language family (i.e., C, C++, C#, Java, Javascript), though all of these languages provide proper library support. The function call is just passed through as is.
The Pascal-like built-in function
random(n)
is not translated to working code on export to the C language family (i.e., C, C++, C#, Java, Javascript), though all of these languages provide proper library support. The function call is just passed through as is.