Skip to content

Instantly share code, notes, and snippets.

View bhaskatripathi's full-sized avatar
🎯
Focusing

Dr. Bhaskar Tripathi bhaskatripathi

🎯
Focusing
View GitHub Profile
@dominiccooney
dominiccooney / index.html
Created April 6, 2015 03:34
Levy Flights and Random Walks
<!DOCTYPE html>
<style>
canvas {
width: 1000px;
height: 1000px;
background: black;
}
</style>
<canvas width="1000" height="1000"></canvas>
<script>