Skip to content

Commit 0a01468

Browse files
updated dirichlet generation
1 parent 9fb24d6 commit 0a01468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stats/gamma.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ package stats
55
import (
66
"errors"
77
"fmt"
8-
"github.com/evolbioinfo/goalign/io"
98
"math"
109
"math/rand"
10+
11+
"github.com/evolbioinfo/goalign/io"
1112
)
1213

1314
// Gamma returns a random number of gamma distribution (alpha > 0.0 and beta > 0.0)

0 commit comments

Comments
 (0)