Alex Han
Results
1
issues of
Alex Han
``` Math.randomize(); Math.randomf() => float val; ; ``` Using Math.randomize() does not seem to reset the random seed, and actually seems to explicitly seed the RNG. Above code gives the...
bug