Skip to content

Commit 025fc0b

Browse files
committed
docs(Qrng): fix errata
1 parent 775809a commit 025fc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qrand/qrng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def get_random_uint(self, num_bits: int = 0) -> int:
344344
----------
345345
num_bits: int
346346
Number of bits to retrieve. If less than one it defaults to the raw
347-
number of bits for the instance QiskitBitGenerator (i.e. 32 or 64).
347+
number of bits for the instance QuantumBitGenerator (i.e. 32 or 64).
348348
349349
RETURNS
350350
-------

0 commit comments

Comments
 (0)