mirror of
https://github.com/ziglang/zig.git
synced 2024-12-01 01:22:50 +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,
|
array: [n]int,
|
||||||
index: usize,
|
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) {
|
pub fn init(mt: &Self, seed: int) {
|
||||||
mt.index = n;
|
mt.index = n;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user