Add dark mode
This commit is contained in:
parent
48a55a4a97
commit
073f087e52
40 changed files with 864 additions and 531 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue