chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import numpy as np
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
def rng():
|
||||
return np.random.default_rng()
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
def rng_fixed_seed():
|
||||
return np.random.default_rng(seed=42)
|
||||
Reference in New Issue
Block a user