]> git.lizzy.rs Git - rust.git/commit
rand: Convert statics to constants
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Oct 2014 23:18:57 +0000 (16:18 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 9 Oct 2014 16:44:51 +0000 (09:44 -0700)
commitd9874bfb4079876dabc092c035d99b2d5b7f8a1c
tree0d0ca368db8e61e6a9a688ba2fafe3a4fd5c8cfb
parent33700532325627d8127d531dd83cca610681d48f
rand: Convert statics to constants

This leaves the ziggurat tables as `pub static` as they're likely too large to
want to go into the metadata anyway.
src/librand/chacha.rs
src/librand/isaac.rs