We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3d27a commit 0a8a47bCopy full SHA for 0a8a47b
src/index.jl
@@ -8,7 +8,7 @@ using .TagSets:
8
const IDType = UInt64
9
10
const _INDEX_ID_RNG_KEY = :ITensors_index_id_rng_bLeTZeEsme4bG3vD
11
-index_id_rng() = get!(task_local_storage(), _INDEX_ID_RNG_KEY, Xoshiro())
+index_id_rng() = get!(task_local_storage(), _INDEX_ID_RNG_KEY, Xoshiro())::Xoshiro
12
13
"""
14
An `Index` represents a single tensor index with fixed dimension `dim`. Copies of an Index compare equal unless their
0 commit comments