[ruby-cvs:79103] 23fbee0311 (master): Renamed `seed` as `hash_salt`
"Nobuyoshi Nakada" <[email protected]> Thu, 9 Jan 2020 19:05:45 +0900 (JST)
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Nobuyoshi Nakada 2020-01-09 17:26:01 +0900 (Thu, 09 Jan 2020)
New Revision: 23fbee0311
https://github.com/ruby/ruby/commit/23fbee0311
Log:
Renamed `seed` as `hash_salt`
=
The role of this is a so-called "salt" but not "seed", rename to
get rid of confusion with other "seed" of PRNG.
Modified files:
random.c=