Skip to content

Commit

Permalink
Use random module in cdd
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Nov 24, 2023
1 parent 12ec3b9 commit 655342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tool/cdd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Cwd;
use File::Copy 'cp';
use tool::llp;
use tool::modelfit;
use Math::Random;
use random;
use Math::MatrixReal;
use Mouse;
use MouseX::Params::Validate;
Expand Down

0 comments on commit 655342c

Please sign in to comment.