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

Merge branch 'master' of gitlab.control.lth.se:processes/LabProcesses.jl

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