[Numpy-svn] [numpy/numpy] 9b2e7e: DOC: Update random.seed in mtrand.pyx.

GitHub noreply at github.com
Sat Mar 5 08:59:43 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9b2e7ec0762ad7508847135b7eacb4e13fd16e04
      https://github.com/numpy/numpy/commit/9b2e7ec0762ad7508847135b7eacb4e13fd16e04
  Author: Oren Amsalem <oren.a4 at gmail.com>
  Date:   2016-02-27 (Sat, 27 Feb 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  DOC: Update random.seed in mtrand.pyx.

I know int is between 0 and 4294967295, but I think many people that do
not know that will benefit from this comment.

[ci skip]


  Commit: f6c2e7f714b56e921b8fa8cec48e37da231b66fe
      https://github.com/numpy/numpy/commit/f6c2e7f714b56e921b8fa8cec48e37da231b66fe
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-02-27 (Sat, 27 Feb 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  DOC: Clarify the valid range of integers passed to random.seed.


  Commit: a835270d718d299535606d7104fd86d9b2aa68a6
      https://github.com/numpy/numpy/commit/a835270d718d299535606d7104fd86d9b2aa68a6
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2016-03-05 (Sat, 05 Mar 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  Merge pull request #7359 from charris/update-7314

Update 7314, DOC: Clarify valid integer range for random.seed in mtrand.pyx.


Compare: https://github.com/numpy/numpy/compare/74487e4a92a7...a835270d718d


More information about the Numpy-svn mailing list