Skip to content
Snippets Groups Projects
Commit 88f7bc0c authored by Adam Welc's avatar Adam Welc
Browse files

Removed unnecessary and incorrect (due to parameter length) user RNG seeds assignment.

parent 6a1f04f9
Branches
No related tags found
No related merge requests found
......@@ -67,9 +67,8 @@ public final class UserRNG extends RNGInitAdapter {
RError.warning(RError.NO_CALLER, RError.Message.GENERIC, "seed length must be in 0...625; ignored");
} else {
nSeeds = ns;
// TODO: if we ever (initially) share iSeed (as GNU R does) we need to assign this
// TODO: if we ever (initially) share iSeed (as GNU R does) we may need to assign this
// generator's iSeed here
userRngRFFI.seeds(iSeed);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment