Last active
September 16, 2016 13:25
-
-
Save LewisGet/ca38dc30746d7d041e44ff74d3e0ee8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(0.3 < Math.random()) ? (0.5 < Math.random()) ? 1 : -1 : 0 | |
// # Speed up | |
// 1. last time used memory (nearest start random) | |
// 2. thinking bundle (tag of thnik memory thing and be used by call it) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment