Eg ```julia julia> @SVector randn(Base.Random.GLOBAL_RNG, 5) ERROR: TypeError: Type: in parameter, expected Type, got MersenneTwister ``` I looked at the macro and realized it may be tricky to do make this work, but a performant workaround would also help.