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