fix show for RandomDevice (#41233)
* fix show for RandomDevice
On Windows, this was displaying an internal buffer, and on Linux, this
was showing the keyword argument `unlimited` as if it was a
positional argument.
* rm spurious space
Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
* Update stdlib/Random/test/runtests.jl
Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
* Update stdlib/Random/test/runtests.jl
Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>