Coverage for src\pqlattice\random\_lattice.py: 67%

3 statements  

« prev     ^ index     » next       coverage.py v7.11.0, created at 2026-01-07 03:12 +0100

1from ..typing import SquareMatrix 

2 

3 

4def randlattice() -> SquareMatrix: 

5 """_summary_ 

6 

7 Returns 

8 ------- 

9 SquareMatrix 

10 _description_ 

11 

12 Raises 

13 ------ 

14 NotImplementedError 

15 _description_ 

16 """ 

17 raise NotImplementedError()