Skip to content

TarefasUFSC/Pseudo-Random-Number-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pseudo-Random-Number-Generator

T1 ModSim 2021.1 - UFSC

How to setup the environment

Fist of all you will need to install python 3.9 and pip. If you already have these, then follow the instructions

  • pip install pipenv : This will download the package manager to your computer
  • pipenv shell : Starts the virtual environment
  • pipenv install : This will install everything you need to play around here
  • python main.py : Run this on the root directory to execute the tests

How to add new functions

  • Create a new folder with the name that you think it's good
  • Create a file that contains the functions that will be imported

usually those are the random generator and the seed start setter.

About

T1 ModSim 2021.1 - UFSC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages