mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-03 21:53:09 +00:00
fixed seed to make results depend only on input parameters
This commit is contained in:
parent
2f8d646905
commit
323fcf56a0
@ -1,5 +1,6 @@
|
||||
from typing import List, Dict, Any, Tuple
|
||||
import numpy as np
|
||||
np.random.seed(42)
|
||||
import pandas as pd
|
||||
import tqdm
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user