Sure, seed!() is a very nice name. The problem is you must do using Random
everywhere you need this.
julia> Random.seed!()
ERROR: UndefVarError: Random not defined
Stacktrace:
[1] top-level scope at none:0
julia> using Random
julia> Random.seed!()
MersenneTwister(UInt32[0xcaa86f85, 0xeac61058, 0x93421853, 0xd4df5941], Random.DSFMT.DSFMT_state(Int32[1269422445, 1073532173, 1732890801, 1072777308, -2140488122, 1072829781, 1035566119, 1073555375, -2061168306, 1073494504 … -770156497, 1073546319, 1999375680, 1073621645, 860750873, 614789294, -1729250630, 864726483, 382, 0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], UInt128[0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000 … 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000, 0x00000000000000000000000000000000], 1002, 0)