Skip to content
Snippets Groups Projects
Commit 11cc3d78 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Docstring update

parent 0aaeecc3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ export PRBSGenerator
#PRBS
"""
r = PRBSGenerator(state = 1)
r = PRBSGenerator()
Generates a pseudo-random binary sequence. Call like `random_input = r()`.
"""
mutable struct PRBSGenerator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment