TRUE 2014-02-10T21:27:11 Payment to yourself -0.04000008
TRUE 2014-02-10T21:26:24 Payment to yourself -0.04000004
TRUE 2014-02-10T21:25:46 Payment to yourself -1
TRUE 2014-02-10T21:25:42 Payment to yourself -1
TRUE 2014-02-10T21:25:17 Payment to yourself -1
TRUE 2014-02-10T21:24:44 Payment to yourself -0.04000004
TRUE 2014-02-10T21:24:34 Payment to yourself -1
TRUE 2014-02-10T21:23:40 Payment to yourself -0.02000002
TRUE 2014-02-10T21:23:28 Payment to yourself -1
TRUE 2014-02-10T21:22:10 Payment to yourself -0.02000002
TRUE 2014-02-10T21:21:14 Payment to yourself -1
TRUE 2014-02-10T21:19:13 Payment to yourself -0.02000002
TRUE 2014-02-10T21:18:30 Payment to yourself -1
TRUE 2014-02-10T21:18:18 Payment to yourself -1
TRUE 2014-02-10T21:17:59 Payment to yourself -1
TRUE 2014-02-10T21:17:01 Payment to yourself -1
TRUE 2014-02-10T21:16:43 Payment to yourself -0.02000002
TRUE 2014-02-10T21:16:06 Payment to yourself -1
TRUE 2014-02-10T21:15:59 Payment to yourself -0.01000001
TRUE 2014-02-10T21:15:22 Payment to yourself -1
TRUE 2014-02-10T21:12:56 Payment to yourself -1
TRUE 2014-02-10T21:12:01 Payment to yourself -1
TRUE 2014-02-10T21:05:23 Payment to yourself -0.01000001
TRUE 2014-02-10T21:01:07 Payment to yourself -1
TRUE 2014-02-10T21:00:22 Payment to yourself -0.01000003
TRUE 2014-02-10T20:59:14 Payment to yourself -0.01000002
TRUE 2014-02-10T20:59:00 Payment to yourself -0.0063
I'm no statistician, but something tells me that the odds of getting 1 PMC are a little over 5%. Seems the basic random function in PHP isn't quite up to the task. Might have to increase the order of magnitude.
Oh well, some lucky miners right now at least.
I don't know if that is your case, but I already had some weird things with php rand. Alternnatively you may go for /dev/urandom
I think you may also use mt_rand but I think it is just faster but based on the same state as in rand
/dev/urandom http://codeascraft.com/2012/07/19/better-random-numbers-in-php-using-devurandom/