We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ad4b3 commit e00f705Copy full SHA for e00f705
2 files changed
dataframely/random.py
@@ -47,7 +47,7 @@ def sample_seed(self) -> int:
47
Returns:
48
A seed of type ``uint32``.
49
"""
50
- return self.numpy_generator.integers(0, 2**32)
+ return self.numpy_generator.integers(0, 2**32, dtype=int)
51
52
# ------------------------------------ NUMBERS ----------------------------------- #
53
0 commit comments