Michael Cook (mackal) 395be050a3 Switch random function to std::mt19937
Added class EQEmu::Random
Functions:
EQEmu::Random::Int(int low, int high)
EQEmu::Random::Real(double low, double high)
EQEmu::Random::Roll(int required)
EQEmu::Random::Roll(double required)
EQEmu::Random::Reseed()

For zone, you will access the random object through the zone object
ex.
	zone->random.Int(0, 100);

Int returns a random int between low and high
Real returns a random double between low and high
Roll(int) returns true if Int(0, 99) < required is true
Roll(double) returns true if Real(0.0, 1.0) <= required is true
2014-12-01 18:13:12 -05:00
..
2014-11-29 15:08:16 -06:00
2014-11-29 15:08:16 -06:00
2014-08-21 23:46:01 -07:00
2014-12-01 18:13:12 -05:00
2014-08-31 02:53:59 -05:00
2014-11-29 04:04:49 -06:00
2014-11-26 17:23:04 -05:00
2014-11-30 20:32:00 -06:00
2013-06-03 00:08:41 -07:00
2014-08-31 20:27:02 -07:00
2013-05-09 11:13:16 -04:00
2013-05-09 11:37:51 -04:00
2013-07-13 13:53:41 -07:00
2013-05-09 11:37:51 -04:00
2014-09-17 20:16:37 -05:00
2013-05-09 11:13:16 -04:00
2014-11-29 16:43:19 -06:00
2014-11-29 04:18:18 -06:00
2014-11-18 21:12:48 -08:00
2014-11-18 21:12:48 -08:00
2014-08-31 20:27:02 -07:00
2014-08-31 20:27:02 -07:00
2013-06-21 14:20:30 -07:00
2014-08-31 20:27:02 -07:00
2014-08-21 23:46:01 -07:00
2013-02-16 16:14:39 -08:00
2014-12-01 18:13:12 -05:00
2014-08-21 23:46:01 -07:00
2014-11-29 04:56:42 -06:00
2014-08-21 23:46:01 -07:00
2014-08-21 23:46:01 -07:00
2014-12-01 18:13:12 -05:00
2014-08-21 19:36:50 -07:00
2013-05-09 11:37:51 -04:00
2014-11-18 21:12:48 -08:00
2014-08-21 19:33:02 -07:00
2014-08-21 19:33:02 -07:00
2013-05-09 21:25:50 -07:00
2014-11-29 15:44:09 -06:00
2014-11-29 15:44:09 -06:00
2014-11-18 21:12:48 -08:00
2014-08-21 23:46:01 -07:00
2014-08-21 23:46:01 -07:00
2014-11-29 03:24:48 -06:00
2013-05-09 11:37:51 -04:00
2013-05-09 11:37:51 -04:00
2014-08-21 23:46:01 -07:00
2014-08-21 23:46:01 -07:00
2014-02-26 18:06:16 -08:00
2014-10-01 02:11:38 -04:00
2013-05-09 11:37:51 -04:00
2014-05-20 00:14:26 -07:00
2014-05-20 00:14:26 -07:00
2014-05-20 00:14:26 -07:00
2014-05-20 00:14:26 -07:00
2014-11-29 05:01:49 -06:00
2014-08-21 23:46:01 -07:00
2014-08-21 23:46:01 -07:00
2014-08-21 17:26:32 -07:00
2014-12-01 18:13:12 -05:00
2014-11-29 04:18:18 -06:00
2014-11-29 04:18:18 -06:00
2014-11-29 16:32:49 -06:00