Skip to content

Commit 2fd8343

Browse files
authored
TaskLocalRNG: delete confusing warning in docstring (#58208)
1 parent 4441dc6 commit 2fd8343

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/Random/src/Xoshiro.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ task creation, simulation results are also independent of the number of availabl
195195
threads / CPUs. The random stream should not depend on hardware specifics, up to
196196
endianness and possibly word size.
197197
198-
Using or seeding the RNG of any other task than the one returned by `current_task()`
199-
is undefined behavior: it will work most of the time, and may sometimes fail silently.
200-
201198
When seeding `TaskLocalRNG()` with [`seed!`](@ref), the passed seed, if any,
202199
may be any integer.
203200

0 commit comments

Comments
 (0)