blindscrambler 0.1.3__cp39-abi3-macosx_11_0_arm64.whl → 0.1.4__cp39-abi3-macosx_11_0_arm64.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.
@@ -36,7 +36,7 @@ def exponentialdist(lam):
36
36
  y = uniform()
37
37
 
38
38
  # use this y to generate the exponential sample
39
- x = -(1/lam) * np.ln(y)
39
+ x = -(1/lam) * np.log(y)
40
40
 
41
41
  # return this sample :)
42
42
  return x
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blindscrambler
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Requires-Dist: numpy>=2.3.3
5
5
  Requires-Dist: torch>=2.8.0
6
6
  Requires-Dist: twine>=6.1.0
@@ -1,13 +1,13 @@
1
- blindscrambler-0.1.3.dist-info/METADATA,sha256=jscQZmON4cPMgoLxXnce2AZLrRUfsTiq1d3v6Nqy5A0,373
2
- blindscrambler-0.1.3.dist-info/WHEEL,sha256=DLqF2HZq4W_umZdP6RnfAuqhmtX_UrV4mkqrSIMhipE,102
1
+ blindscrambler-0.1.4.dist-info/METADATA,sha256=o6pOaOFD3kb2ZvE2H5GN-9ZnJH5dmxxo6lFQLK36DIM,373
2
+ blindscrambler-0.1.4.dist-info/WHEEL,sha256=DLqF2HZq4W_umZdP6RnfAuqhmtX_UrV4mkqrSIMhipE,102
3
3
  blindscrambler/__init__.py,sha256=N6o-PTyGSlQ4ny1UA4ByeNenVF-wCTALnyP4WJ8PGas,98
4
4
  blindscrambler/_core.abi3.so,sha256=4uKUtCwAO1Hbvzv0FXAt38rEHYbg-Quio8CdkJ_UMrk,440112
5
5
  blindscrambler/_core.pyi,sha256=b6oJaUXUzEzqUE5rpqefV06hl8o_JCU8pgKgIIzQgmc,33
6
6
  blindscrambler/differential/__init__.py,sha256=INnk5rX2ae6mG5yynAQYKzpQ0BYsHquUhA9ZzbPVLm8,45
7
7
  blindscrambler/differential/discrete.py,sha256=mPJg6YrDVuXK-dLXgb_VDqKl1IvKfSKahMA_rRTVKQY,369
8
8
  blindscrambler/distributions/__init__.py,sha256=8O4VQvymecRFRP1njwAfbD4yUACA25RcLqn0QtZEjaE,58
9
- blindscrambler/distributions/cvdistributions.py,sha256=fU85sPxNJdnzVr_csR9foFzXr_ARGFlfdvFoJqPI7pA,1434
9
+ blindscrambler/distributions/cvdistributions.py,sha256=60RQeOgZ5t4oRwCU6CSOIha04D2KJNotXq_yqjq_mOM,1435
10
10
  blindscrambler/matrix/__init__.py,sha256=qlItVU8AVj_mP2NUJ3gor-lsovxk3Wxf5tUfKynoUbg,157
11
11
  blindscrambler/matrix/elementary.py,sha256=hArZLiBTA_vW1EZ0RniECf6ybJiJxO7KNuVHb_TZFQU,3987
12
12
  blindscrambler/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- blindscrambler-0.1.3.dist-info/RECORD,,
13
+ blindscrambler-0.1.4.dist-info/RECORD,,