Update helpers
This commit is contained in:
parent
12fa81c3ed
commit
a76b515b80
4 changed files with 18 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
|||
// https://stackoverflow.com/questions/521295/seeding-the-random-number-generator-in-javascript, Mulberry32
|
||||
export abstract class Random {
|
||||
// https://stackoverflow.com/questions/521295/seeding-the-random-number-generator-in-javascript, Mulberry32
|
||||
|
||||
private static _seed = 42;
|
||||
|
||||
public static set seed(value: number) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue