std/rand: remove unneeded TODO

This commit is contained in:
Andrew Kelley 2016-09-26 22:42:25 -04:00
parent 87b7c28c9a
commit f4d7c91363

View File

@ -106,8 +106,6 @@ struct MersenneTwister(
array: [n]int,
index: usize,
// TODO improve compile time eval code and then allow this function to be executed at compile time.
#static_eval_enable(false)
pub fn init(mt: &Self, seed: int) {
mt.index = n;