mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 17:12:31 +00:00
std/rand: remove unneeded TODO
This commit is contained in:
parent
87b7c28c9a
commit
f4d7c91363
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user