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

From Rosetta Code
Content added Content deleted
(Created page with "=== seed_sequence is completely unused === I get the exact same output from the python code after removing all references to it. --~~~~")
 
Line 1: Line 1:
=== seed_sequence is completely unused ===
=== seed_sequence is completely unused ===
I get the exact same output from the python code after removing all references to it. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 00:53, 12 August 2020 (UTC)
I get the exact same output from the python code after removing all references to it. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 00:53, 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)

Revision as of 05:02, 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)