1 | export function testGeneratorXoroshiro128plus(tc: t.TestCase): void;
|
2 | export function testGeneratorXorshift32(tc: t.TestCase): void;
|
3 | export function testGeneratorMt19937(tc: t.TestCase): void;
|
4 | export function testNumberDistributions(tc: t.TestCase): void;
|
5 | import * as t from './testing.js';
|
6 | //# sourceMappingURL=prng.test.d.ts.map |
\ | No newline at end of file |