Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View 9b's full-sized avatar
🐗
Creating.

Brandon Dixon 9b

🐗
Creating.
View GitHub Profile
@mwollenweber
mwollenweber / fast_h.py
Created April 7, 2011 03:03
a comparison of entropy as computed in online examples vs some fairly trivial optimization
#!/usr/bin/python
#Matthew Wollenweber
#mjw@cyberwart.com
import math
from numpy import zeros
from time import time
from random import randint
#from http://blog.dkbza.org/2007/05/scanning-data-for-entropy-anomalies.html