Skip to content

Instantly share code, notes, and snippets.

View reinhack's full-sized avatar
🎯
Focusing

reinhack

🎯
Focusing
View GitHub Profile
@reinhack
reinhack / mgen.py
Created March 15, 2017 09:06 — forked from bbengfort/mgen.py
Get a random matrix with elements between 0 and 9.
#!/usr/bin/env python
##########################################################################
## Imports
##########################################################################
import sys
import argparse
import traceback
import numpy as np