Skip to content

Random.seed! not reproducible #2290

@jbrea

Description

@jbrea

22 09 20T09:22:18
I expected the two random numbers to be the same, similarly as to what we see in the repl when we run

julia> using Random

julia> Random.seed!(123)
TaskLocalRNG()

julia> rand()
0.521213795535383

julia> Random.seed!(123)
TaskLocalRNG()

julia> rand()
0.521213795535383

notebook.tar.gz

Metadata

Metadata

Assignees

Labels

reactivityThe Pluto programming paradigm

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions