]> granicus.if.org Git - php/commit
Fix #71152: mt_rand() returns the different values from original mt19937ar.c
authorkusano <kusano@users.noreply.github.com>
Thu, 17 Dec 2015 10:26:38 +0000 (19:26 +0900)
committerkusano <kusano@users.noreply.github.com>
Thu, 17 Dec 2015 19:14:40 +0000 (04:14 +0900)
commitd31e8a9a85efea54db0b647424f6c4485d71db8b
tree5b0ab8c40ed9df9f913ede2abe461e8ea93542e0
parent817ed01320cd0c6ce3d36b06d760d91a748f1a56
Fix #71152: mt_rand() returns the different values from original mt19937ar.c
ext/standard/rand.c
ext/standard/tests/math/mt_rand_value.phpt [new file with mode: 0644]