]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #23105 - alexcrichton:rand-wrapping, r=brson
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 10 Mar 2015 09:29:13 +0000 (14:59 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 10 Mar 2015 09:29:13 +0000 (14:59 +0530)
 There was a buildbot failure recently of an arithmetic overflow in the isaac
module of the rand crate, so I've imported the isaac implementation from
out-of-tree which makes somewhat more liberal usage of the wrapping primitives.
Hopefull this quelches any future overflow!


Trivial merge