Content deleted Content added
Line 17:
This section reads like it was written by the publisher of the RNG himself. Have been unable to find independent evaluations thereof. --[[Special:Contributions/41.169.80.41|41.169.80.41]] ([[User talk:41.169.80.41|talk]]) 14:34, 18 March 2021 (UTC)
== Use "Tortoise and the Hare" instead of an array for finding loops ! ==
The Example code would use memory for every possible number. this limits the test to small numbers. Use [[The Tortoise and the Hare algorithm]] instead. You can test it for integers of any size with that. [[Special:Contributions/91.56.201.135|91.56.201.135]] ([[User talk:91.56.201.135|talk]]) 20:20, 30 December 2021 (UTC)
|