represent tokens by intermediate symbols
commitccf8257a3a4f36ec6564b494b07117a71a8c4885
authorS. Gilles <sgilles@math.umd.edu>
Thu, 28 Dec 2017 09:38:53 +0000 (28 04:38 -0500)
committerS. Gilles <sgilles@math.umd.edu>
Thu, 28 Dec 2017 09:38:53 +0000 (28 04:38 -0500)
tree81316f754b1f3219282c6dcd33293b15845da6fc
parente5d8955e5ffc5a68834b7ddab7d0c5b5e2a3c9e3
represent tokens by intermediate symbols

This may reduce memory pressure, assuming that a union (which is
most of the time a slice) is more costly than a uint32. It's not
clear how necessary this change is, but it certainly helps.

Also change the way rng seeds are passed in.
markov.myr
test/markov.myr