cryptol/docs
Adam C. Foltzer 07da2018b7 switch to more portable seeding for random
The `random` primitive previously took a `[32]` seed, but this causes
inconsistency between 32-bit and 64-bit platforms when the seed is large
enough to wrap around in GHC's representation of an `Int`. This patch
switches to an API that seeds directly with four 64-bit words, and so
should behave the same way on our supported platforms.
2016-01-19 18:17:34 -08:00
..
ProgrammingCryptol merge in the 2.2.6 changes, including z3 switch 2015-12-23 16:10:56 -08:00
.gitignore Initial import from internal repo 2014-04-17 15:34:25 -07:00
chop.hs update copyright years 2015-03-24 11:19:52 -07:00
CryptolPrims.md switch to more portable seeding for random 2016-01-19 18:17:34 -08:00
CryptolPrims.pdf switch to more portable seeding for random 2016-01-19 18:17:34 -08:00
Makefile change how the book is built 2015-09-15 13:38:06 -07:00
ProgrammingCryptol.pdf switch to more portable seeding for random 2016-01-19 18:17:34 -08:00
Syntax.md documentation fixes (tuples, spelling, other wibble) 2015-05-05 08:38:43 -07:00
Syntax.pdf remove iteSolver option for compat with sbv 5+ 2015-09-30 14:24:21 -07:00
Version2Changes.md documentation fixes (tuples, spelling, other wibble) 2015-05-05 08:38:43 -07:00
Version2Changes.pdf remove iteSolver option for compat with sbv 5+ 2015-09-30 14:24:21 -07:00
Version2Table.md documentation fixes (tuples, spelling, other wibble) 2015-05-05 08:38:43 -07:00
Version2Table.pdf documentation fixes (tuples, spelling, other wibble) 2015-05-05 08:38:43 -07:00