User talk:Benji: Difference between revisions

Content added Content deleted
Line 1: Line 1:
==random?==
==random?==
Hi Benji, why the change to the Python random example? Does random.randint always use the OS's random number generator? --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 09:04, 28 December 2013 (UTC)
Hi Benji, why the change to the Python random example? Does random.randint always use the OS's random number generator? --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 09:04, 28 December 2013 (UTC)

Hi Paddy, yep random.randint uses the OS's random number generator. The new version of the code is just simpler and is what people will normally want. --[[User:Benji|Benji]] ([[User talk:Benji|talk]]) 01:39, 21 January 2014 (UTC)


==Obscuring example==
==Obscuring example==