Random number generator (device): Difference between revisions

Content deleted Content added
Sonia (talk | contribs)
→‎{{header|Go}}: language change. built in error type.
No edit summary
Line 263:
-> 2917110327</lang>
 
=={{header|ProDOS}}==
Uses math module:
<lang ProDOS>printline -random- </lang>
=={{header|PureBasic}}==
PureBasic has the source for the random data is the "/dev/urandom" device on Linux or Mac OSX and the "Microsoft Cryptography API" on Windows.