This file contains 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
/** | |
* An extremely fast pseudorandom number generator. Note that we are using | |
* this class to REPLACE Math.random :) | |
* | |
* Thanks to Doug Lea for help with this :) | |
*/ | |
export class FastRandom { | |
private next; | |
/** |
This file contains 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
Verifying that "keithl.id" is my Blockstack ID. https://onename.com/keithl |