Commit Graph

117 Commits (d649daaf4fe78994d98c78c95ce3893dee431342)

Author SHA1 Message Date
Slava Pestov d2d466de29 Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
Doug Coleman 636f2ed2e5 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
Daniel Ehrenberg bf73129238 Changing some uses of prune to use members 2010-02-27 13:14:03 -05:00
Slava Pestov 0aad3e6e12 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
Slava Pestov 74891bc02a Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
Doug Coleman 0ec2bf80da Add [1,b) to math.ranges. Use [1,b] in random.sfmt 2010-01-31 14:48:01 -06:00
Doug Coleman 88fdae24c0 Fix using 2010-01-31 14:48:01 -06:00
Doug Coleman 3307797563 Better implementation of sample, fix docs formatting 2010-01-31 14:48:01 -06:00
Doug Coleman 5c0cf72b1e try-find is just attempt-all. oops 2010-01-28 23:28:11 -06:00
Doug Coleman 8e2c48bad3 clean up random.windows init hook, and add another crypto provider 2010-01-28 22:45:19 -06:00
Doug Coleman 7521807b55 random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
Doug Coleman 89a210dc5d Update docs for random 2010-01-14 12:45:30 -06:00
Doug Coleman 2f48f9317a Make random a generic so it can still be called on integers 2010-01-15 07:15:35 +13:00
Slava Pestov 880fb747fc Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
Joe Groff ebcaaa0d64 Merge branch 'master' into simd-cleanup 2009-11-26 16:14:46 -08:00
Joe Groff 6757c85189 remove SIMDS: 2009-11-26 11:15:46 -08:00
Slava Pestov 08b6ebc7fa Factor source files should not be executable 2009-11-21 17:50:43 -06:00
Slava Pestov 36639c7efd Various Windows load fixes 2009-11-21 17:24:37 -06:00
Slava Pestov 2ad5796b6a Update a few places that used string C type names to use words; fixes some deploy tests 2009-11-20 03:21:48 -06:00
Doug Coleman 60d2d707d9 remove disposable for now 2009-11-18 10:01:00 -06:00
Doug Coleman f4457dc04d don't clean up windows rng yet, needs refactoring first 2009-11-30 16:59:40 -06:00
Doug Coleman 3323072613 Merge branch 'master' into startup
Conflicts:
	core/bootstrap/primitives.factor
	vm/run.hpp
2009-11-15 02:52:50 -06:00
Doug Coleman ae519868f7 over push -> suffix!, over push-all -> append! 2009-10-28 15:29:01 -05:00
Slava Pestov b8a51c7eb0 delete-nth -> remove-nth! 2009-10-27 23:41:57 -05:00
Doug Coleman 42cc38010a run bootstrap and startup hooks inside a with-destructors. use &dispose instead of setting shutdown hooks in a couple of places 2009-10-20 18:26:10 -04:00
Doug Coleman 6fa23d7ea4 change add-init-hook to add-startup-hook, new add-shutdown-hook word 2009-10-19 22:17:02 -04:00
Joe Groff 38e58fca39 make vshuffle-bytes intrinsic for any shuffle mask type 2009-10-19 12:25:55 -05:00
Slava Pestov 1a7b00eaa6 random.sfmt: make it endian-agnostic 2009-10-19 05:22:43 -05:00
Doug Coleman 61bf0a1f9c revert loading sfmt by default 2009-10-07 21:41:12 -05:00
Doug Coleman 46c72d801e load random.sfmt by default, and use it as default random-generator if sse2 is present 2009-10-07 21:05:51 -05:00
Doug Coleman 18c8ae3705 inline a word in sfmt 2009-10-07 15:27:40 -05:00
Doug Coleman c1ce3afb4f correctly correct the SFMT period 2009-10-07 15:06:59 -05:00
Doug Coleman bc9742e1aa correct the output of random.sfmt 2009-10-07 13:42:37 -05:00
Doug Coleman c10b6d4ba7 Merge branch 'docs' of git://github.com/klazuka/factor into klazuka
Conflicts:
	basis/math/vectors/vectors-docs.factor
2009-10-02 15:58:45 -05:00
Keith Lazuka 8f79ea91ba docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
Doug Coleman 193551b4e2 add unit test for seeding 2009-10-02 01:55:18 -05:00
Doug Coleman 82e6706af7 add seed-random method to random.sfmt, fix formatting 2009-10-02 01:54:17 -05:00
Doug Coleman 76a109942f remove m-n-as-a-slot 2009-10-02 01:32:11 -05:00
Doug Coleman 7063f43952 optimizing random.sfmt 2009-10-02 01:18:18 -05:00
Doug Coleman db68f7f1bd sfmt uses some simd now 2009-10-02 00:40:55 -05:00
Doug Coleman 98c18e61b9 cleaning up sfmt 2009-10-02 00:21:48 -05:00
Doug Coleman 1ec00f0d65 initial checkin of random.sfmt so i can refactor it 2009-10-02 00:07:29 -05:00
Doug Coleman bc8ed57749 fix bug in random-bytes* when no random-32* exists 2009-10-01 11:58:52 -05:00
Doug Coleman aa16756ae1 fix the help lints 2009-09-30 18:52:01 -05:00
Doug Coleman cd1020385e 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
Doug Coleman 838762b849 add tests file for random.dummy 2009-09-30 03:23:01 -05:00
Doug Coleman d19e602e53 fix seed-random, random-32* -> random-32 2009-09-30 03:22:11 -05:00
Joe Groff e5d406693e add USING:s and rearrange definitions so macosx can compile without parsing c-type strings 2009-09-26 23:14:57 -05:00
Doug Coleman cd88348b19 link to sample 2009-09-23 12:24:50 -05:00
Doug Coleman d9ef62ed23 add sample word to random vocab 2009-09-23 12:04:06 -05:00