Huon Wilson f39a215f27 std::rand: add the StdRng wrapper for a blessed RNG.
This is implemented as a wrapper around another RNG. It is designed
to allow the actual implementation to be changed without changing
the external API (e.g. it currently uses a 64-bit generator on 64-
bit platforms, and a 32-bit one on 32-bit platforms; but one could
imagine that the IsaacRng may be deprecated later, and having this
ability to switch algorithms without having to update the points of
use is convenient.)

This is the recommended general use RNG.
2013-10-09 22:22:42 +11:00
..
2013-10-02 08:57:03 -07:00
2013-10-07 21:44:02 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-10-01 14:54:10 -04:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-10-01 15:53:13 -07:00
2013-10-08 09:03:43 -04:00
2013-10-02 08:57:03 -07:00
2013-09-27 00:44:32 -07:00
2013-09-30 23:21:18 -07:00
2013-10-06 18:51:58 +11:00
2013-10-02 08:57:03 -07:00
2013-10-01 00:06:51 -07:00
2013-10-01 15:53:13 -07:00
2013-09-30 23:21:18 -07:00
2013-10-04 11:24:18 -07:00
2013-10-04 11:24:18 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-10-01 14:54:10 -04:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00
2013-09-30 23:21:18 -07:00