Add warning
This commit is contained in:
parent
df040e9a14
commit
fffa18f83d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export class Random {
|
||||
// don't set the seed 0
|
||||
public constructor(public seed: number = 42) {}
|
||||
|
||||
public get next(): number {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue