New submission from Juan Jimenez :
I have invented a new way to seed the random number generator with about as
random a source of seeds as can be found: hashes generated from high cadence,
high resolution images of the surface of the Sun. These are captured by the
Solar Dynamics
Juan Jimenez added the comment:
I'm not a Python guru, but I was wondering, is it possible to write a new
module that overrides the seed() method in the random library in its
initialization code and replaces it with this method of seeding the gene
Juan Jimenez added the comment:
Thanks Rémi. :)
--
___
Python tracker
<https://bugs.python.org/issue41274>
___
___
Python-bugs-list mailing list
Unsubscribe:
Juan Jimenez added the comment:
How would I know if my demo is good enough to be included in that repo? Is
there a guide for this, or do I just create a pull request, throw it over the
fence and wait until the wolves either grunt in approval or throw it back at me
in pieces? I ask because I
New submission from Juan Jimenez :
As per a suggestion in https://bugs.python.org/issue41274 I would like to
submit for consideration a new demo program, one that demonstrates how to use a
web API to generate a pseudo-random generator seed from high resolution, high
cadence images of the sun
Change by Juan Jimenez :
--
keywords: +patch
pull_requests: +20835
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21693
___
Python tracker
<https://bugs.python.org/issu
Juan Jimenez added the comment:
Pull request https://github.com/python/cpython/pull/21693 created for the demo
steven.daprano suggested.
--
message_count: 8.0 -> 9.0
pull_requests: +20836
pull_request: https://github.com/python/cpython/pull/21
New submission from Juan Jimenez-Anca:
When trying to assign the metavar in add_argument() method of argparse module
I'm unable to include characters after a right square bracket.
Trying to set something like this:
metavar="[host:database:collection:]field"
would raise an
Juan Jimenez-Anca added the comment:
My apologies for the formatting of the last line. This is my issue corrected:
When trying to assign the metavar in add_argument() method of argparse module
I'm unable to include characters after a right square bracket.
Trying to set something like