If I create an intance of `Random(seed = 777)` wil...
# stdlib
d
If I create an intance of
Random(seed = 777)
will it produce same sequences of values across a process restart? how about across a JVM on different machines? can't google this right away...