Skip to content

Instantly share code, notes, and snippets.

/*
I've wrapped Makoto Matsumoto and Takuji Nishimura's code in a namespace
so it's better encapsulated. Now you can have multiple random number generators
and they won't stomp all over eachother's state.
If you want to use this as a substitute for Math.random(), use the random()
method like so:
var m = new MersenneTwister();
@pcp
pcp / Antonyms.md
Last active August 29, 2015 14:21 — forked from maxtruxa/Antonyms.md

Antonym List

Note: The table headings (positive/negative) are not necessarily correct.

Positive Negative
Acquire Release
Add Remove (e.g. an item), Subtract (arithmetic)
Advance Retreat
Allocate Deallocate (correct), Free (common)
Assemble Disassemble