Skip to content

Commit afdc1a4

Browse files
authored
Some adjustments to docstring
1 parent d35da70 commit afdc1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/itensor.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ function dense(A::ITensor)
582582
end
583583

584584
"""
585-
randomITensor([rng=default_rng(), ::Type{ElT <: Number} = Float64, ]inds)
586-
randomITensor([rng=default_rng(), ::Type{ElT <: Number} = Float64, ]inds::Index...)
585+
randomITensor([rng=Random.default_rng(), ][::Type{ElT <: Number} = Float64, ]inds)
586+
randomITensor([rng=Random.default_rng(), ][::Type{ElT <: Number} = Float64, ]inds::Index...)
587587
588588
Construct an ITensor with type `ElT` and indices `inds`, whose elements are
589589
normally distributed random numbers. If the element type is not specified,

0 commit comments

Comments
 (0)