Actions
Feature #12357
closedRandom#initialize with a String
    Feature #12357:
    Random#initialize with a String
  
Status:
Feedback
Assignee:
-
Target version:
-
Description
https://github.com/ruby/ruby/compare/trunk...nobu:feature/Random%23initialize-string
Currently Random#initialize only accepts an Integer.
It would be useful to accept a String to feed the seed from external sources, I think.
Actions