Random.new(seed = Random.new_seed) â prng
  
	Class Public methods
	Creates a new PRNG using seed to set the initial state. If
seed is omitted, the generator is initialized with ::new_seed.
See ::srand for more information on the use of seed values.
Please login to continue.