2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-19 16:32:16 +00:00

17 Commits

Author SHA1 Message Date
Matt Borland
5b1a710bda Fix missing sources and macro redefinition 2024-04-08 10:10:27 +02:00
Edward Diener
43b205b1d2 No quotes are supposed to be in the library name for BOOST_LIB_NAME 2020-04-08 15:34:33 -04:00
Steven Watanabe
2a04b0ba63 Retry reading if we got less than 4 bytes. Fixes #10980. 2016-02-13 10:39:04 -07:00
John Sebastian Peterson
1e901ec3bf Port to Windows Runtime 2015-03-14 11:22:40 -06:00
Steven Watanabe
435cbfcb93 Read error at the beginning of error(). Fixes #8245. 2014-03-14 07:32:35 -07:00
Steven Watanabe
dac48f62a8 Use system_error in random_device. Fixes #8245. 2014-03-13 15:20:35 -07:00
Steven Watanabe
51ba4a5125 Fix typo and add the error code to the message. Fixes #8431. 2014-03-11 11:22:57 -07:00
Steven Watanabe
dc2fdeac44 Make finding the CSP more resiliant. Fixes #8432. 2014-03-11 11:01:45 -07:00
Marshall Clow
8fb1f66775 Replaced throw with boost::throw_exception; Refs #5399
[SVN r81382]
2012-11-17 08:05:20 +00:00
Steven Watanabe
21d66a0a2c Fix problems reported by inspect.
[SVN r68817]
2011-02-12 20:03:17 +00:00
Steven Watanabe
6858fa9514 Update random_device.
[SVN r68814]
2011-02-12 18:41:28 +00:00
Steven Watanabe
6cda87c18c Fix random_device on mingw
[SVN r61510]
2010-04-23 17:22:39 +00:00
Steven Watanabe
e08d154cb3 Add tests for random_device
[SVN r61492]
2010-04-22 21:30:04 +00:00
Steven Watanabe
ccc442d6c8 Fix inspection failures for the Random library
[SVN r60359]
2010-03-08 17:55:21 +00:00
Steven Watanabe
bef66181dd Fix dll linking
[SVN r60210]
2010-03-05 19:56:52 +00:00
Steven Watanabe
115e454ea7 Minor cleanup of 60199
[SVN r60201]
2010-03-05 19:25:56 +00:00
Steven Watanabe
bc73588c7e Rearrange the componenents in libs/random and create a library for random_device. Fixes #3672
[SVN r60199]
2010-03-05 19:12:45 +00:00