Skip to content

Commit 355d0f6

Browse files
more
1 parent cb01c4b commit 355d0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GNNGraphs/src/generate.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ function rand_heterograph end
9393

9494
# for generic iterators of pairs
9595
rand_heterograph(n, m; kws...) = rand_heterograph(Dict(n), Dict(m); kws...)
96+
rand_heterograph(rng::AbstractRNG, n, m; kws...) = rand_heterograph(rng, Dict(n), Dict(m); kws...)
9697

9798
function rand_heterograph(n::NDict, m::EDict; seed=-1, kws...)
9899
if seed != -1

0 commit comments

Comments
 (0)