mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
4 lines
109 B
Java
4 lines
109 B
Java
/**
|
|
* Contains a Java implementation of Bob Jenkins' ISAAC algorithm.
|
|
*/
|
|
package net.burtleburtle.bob.rand; |