Talk:Pseudo-random numbers/PCG32: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 3: Line 3:


:Er, that's because it's wrong. Fixing...<br> --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 04:59, 12 August 2020 (UTC)
:Er, that's because it's wrong. Fixing...<br> --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 04:59, 12 August 2020 (UTC)

:... Fixed.
:self.inc in method seed should have updated from argument seed_sequence.
:Thanks Pete :-)
:--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 05:19, 12 August 2020 (UTC)

Revision as of 05:20, 12 August 2020

seed_sequence is completely unused

I get the exact same output from the python code after removing all references to it. --Pete Lomax (talk) 00:53, 12 August 2020 (UTC)

Er, that's because it's wrong. Fixing...
--Paddy3118 (talk) 04:59, 12 August 2020 (UTC)
... Fixed.
self.inc in method seed should have updated from argument seed_sequence.
Thanks Pete :-)
--Paddy3118 (talk) 05:19, 12 August 2020 (UTC)