xbarray 0.0.1a7__py3-none-any.whl → 0.0.1a8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of xbarray might be problematic. Click here for more details.
- xbarray/_src/implementations/jax/random.py +1 -1
- {xbarray-0.0.1a7.dist-info → xbarray-0.0.1a8.dist-info}/METADATA +1 -1
- {xbarray-0.0.1a7.dist-info → xbarray-0.0.1a8.dist-info}/RECORD +6 -6
- {xbarray-0.0.1a7.dist-info → xbarray-0.0.1a8.dist-info}/WHEEL +0 -0
- {xbarray-0.0.1a7.dist-info → xbarray-0.0.1a8.dist-info}/licenses/LICENSE +0 -0
- {xbarray-0.0.1a7.dist-info → xbarray-0.0.1a8.dist-info}/top_level.txt +0 -0
|
@@ -18,7 +18,7 @@ def random_number_generator(
|
|
|
18
18
|
*,
|
|
19
19
|
device : Optional[DEVICE_TYPE] = None
|
|
20
20
|
) -> RNG_TYPE:
|
|
21
|
-
rng_seed = np.random.randint(
|
|
21
|
+
rng_seed = np.random.randint(65535) if seed is None else seed
|
|
22
22
|
rng = jax.random.key(
|
|
23
23
|
seed=rng_seed
|
|
24
24
|
)
|
|
@@ -20,7 +20,7 @@ xbarray/_src/implementations/_common/implementations.py,sha256=ba6fyoHMrawrrjTUL
|
|
|
20
20
|
xbarray/_src/implementations/jax/__init__.py,sha256=vOtCkwe98vNI1qQOu0Xv9OIaVucaJp6bEI9_mzicBH0,1014
|
|
21
21
|
xbarray/_src/implementations/jax/_extra.py,sha256=QmPL7Syp-6y2NUbMYsTlI8uER0Gh5xjBbrNeyTIGZsc,2515
|
|
22
22
|
xbarray/_src/implementations/jax/_typing.py,sha256=U9BUxHNEjFB0LHF1KMrFLbh6E5kVvpAF8bZUbLNf25E,278
|
|
23
|
-
xbarray/_src/implementations/jax/random.py,sha256=
|
|
23
|
+
xbarray/_src/implementations/jax/random.py,sha256=bIyGV0Nc1PF4PaU0F-paOG4bAENm8ngJFr20voMaYsg,3316
|
|
24
24
|
xbarray/_src/implementations/numpy/__init__.py,sha256=hJEcFR86pb1G72MFS1X15qwI_-BuPxy5SS5PXB0alQI,792
|
|
25
25
|
xbarray/_src/implementations/numpy/_extra.py,sha256=JJs0_HNsnEkBPlXsomRjX5Jh254iXuw_o_3ZXK5c83s,1993
|
|
26
26
|
xbarray/_src/implementations/numpy/_typing.py,sha256=pgjLLAipwFsIk0QdgrAA4PEvjF_ugHbzfSTbLpA__6o,241
|
|
@@ -34,8 +34,8 @@ xbarray/_src/serialization/serialization_map.py,sha256=05zfqip8qPCt-LgM_cx_zLc4y
|
|
|
34
34
|
xbarray/base/__init__.py,sha256=ERmmOxz_9mUkIuccNbzUa5Y6gVLLVDdyc4cCxbCCUbY,20
|
|
35
35
|
xbarray/base/base.py,sha256=V1yAXu2wUu6q50okX7JQ8onkGhHIQ0lkPkYOolwc45A,5928
|
|
36
36
|
xbarray/cls_impl/cls_base.py,sha256=MUvJeMm4UVW4jXwfVP02GiCzqftrAND-JYvThge4PUw,312
|
|
37
|
-
xbarray-0.0.
|
|
38
|
-
xbarray-0.0.
|
|
39
|
-
xbarray-0.0.
|
|
40
|
-
xbarray-0.0.
|
|
41
|
-
xbarray-0.0.
|
|
37
|
+
xbarray-0.0.1a8.dist-info/licenses/LICENSE,sha256=6P0HCOancSfch0dNycuDIe8_qwS0Id97Ih_8hjJ2PFI,1067
|
|
38
|
+
xbarray-0.0.1a8.dist-info/METADATA,sha256=pUZo5IP6WNuu_8gI67InORiPHfH1bclRHuEeNYHHdCs,436
|
|
39
|
+
xbarray-0.0.1a8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
40
|
+
xbarray-0.0.1a8.dist-info/top_level.txt,sha256=VriXuFyU48Du4HQMzROSArhwqB6EZYY0n0mipgUqB9A,25
|
|
41
|
+
xbarray-0.0.1a8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|