This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2013-02-07.09:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360230668.06.0.640300101338.issue17149@psf.upfronthosting.co.za>
In-reply-to
Content
random.vonmisesvariate(mu, kappa) returns a value in the range (mu%2pi)-pi/2 to (mu%2pi)+pi/2 for kappa > 1e-6. For kappa <= 1e-6 it returns an uniform random value over the range 0 to 2*pi.
History
Date User Action Args
2013-02-07 09:51:08serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2013-02-07 09:51:08serhiy.storchakasetmessageid: <1360230668.06.0.640300101338.issue17149@psf.upfronthosting.co.za>
2013-02-07 09:51:07serhiy.storchakalinkissue17149 messages
2013-02-07 09:51:07serhiy.storchakacreate