feat: initial commit of Railtrack Pro prototype with complete test suite
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { unsafeSkipN } from './UnsafeSkipN.js';
|
||||
export function skipN(rng, num) {
|
||||
var nextRng = rng.clone();
|
||||
unsafeSkipN(nextRng, num);
|
||||
return nextRng;
|
||||
}
|
||||
Reference in New Issue
Block a user