factor/basis/random
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
data Squashed commit of the following: 2010-09-19 13:29:43 -05:00
dummy make random-32* the protocol again, add a random-32 word that doesn't scale the returned bits 2009-09-30 15:56:02 -05:00
mersenne-twister specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
sfmt specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
unix vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
windows Move win32-handle to windows.handles and update using lists to avoid pulling in the io backend where not necessary 2010-09-16 15:40:36 -05:00
authors.txt Add missing meta-data 2008-09-23 16:11:59 -05:00
random-docs.factor Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
random-tests.factor Changing some uses of prune to use members 2010-02-27 13:14:03 -05:00
random.factor random: rewrite normal-random-float to be more readable 2011-09-09 18:13:17 -07:00
summary.txt Add missing meta-data 2008-09-23 16:11:59 -05:00