mt_rand() uses Mersenne Twister which is four times faster than rand() which uses the libc random number generator. mt_rand() is essentially a drop-in replacement for rand() which creates a better random value.
Write a Reply...
Loading...
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.