Add dark mode

This commit is contained in:
Schmelczer András 2020-01-07 21:30:23 +01:00
parent 48a55a4a97
commit 073f087e52
40 changed files with 864 additions and 531 deletions

View file

@ -1,5 +1,9 @@
import { addImul } from '../polyfills';
export class Random {
public constructor(private seed: number) {}
public constructor(private seed: number) {
addImul();
}
public get next(): number {
// result is in [0, 1)