Add warning

This commit is contained in:
Andras Schmelczer 2022-09-25 19:22:05 +02:00
parent df040e9a14
commit fffa18f83d
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -1,4 +1,5 @@
export class Random {
// don't set the seed 0
public constructor(public seed: number = 42) {}
public get next(): number {