Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
/ LFSR Public archive

Linear-feedback shift register implementation using Python3 and NVIDIA CUDA 8

Notifications You must be signed in to change notification settings

fineconstant/LFSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear-feedback shift register using Python3 and NVIDIA CUDA 8

Run

  • python3 lfsr.py [matrix size]
  • python3 lfsr.py [matrix size] "[actual matrix]"
  • python3 lfsr.py 3 "0,1,1, 1,1,1, 0,1,0"

Requires

About

Linear-feedback shift register implementation using Python3 and NVIDIA CUDA 8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages