Files
mercury/runtime
Julien Fischer 2ff14bd80b Implement the system RNG on Windows.
On Windows we implement the system RNG by calling the CRT's rand_s() function.

library/random.system_rng.m:
    Implement the system RNG on Windows using rand_s().

runtime/mercury_std.h:
    On Windows define the macro _CRT_RAND_S before the initial
    inclusion of stdlib.h -- we must do this otherwise the declaration
    of rand_s() will not be visible.
2021-02-14 20:30:08 +11:00
..
2021-01-23 19:41:51 +11:00
2020-05-30 23:13:42 +10:00
2021-01-25 15:06:02 +11:00
2019-06-10 13:30:49 +10:00