Skip to content

Commit

Permalink
Removed wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
ichbinstudent committed Jan 26, 2025
1 parent 8dc6975 commit 931f317
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
package org.apache.sysds.runtime.matrix.data;

import org.apache.sysds.runtime.DMLRuntimeException;
import org.apache.sysds.runtime.util.*;
import org.apache.sysds.runtime.util.IPRNGenerator;
import org.apache.sysds.runtime.util.NormalPRNGenerator;
import org.apache.sysds.runtime.util.PhiloxNormalCBPRNGenerator;
import org.apache.sysds.runtime.util.PhiloxUniformCBPRNGenerator;
import org.apache.sysds.runtime.util.PoissonPRNGenerator;
import org.apache.sysds.runtime.util.UniformPRNGenerator;

public class RandomMatrixGenerator {

Expand Down

0 comments on commit 931f317

Please sign in to comment.