| 
									
										
										
										
											2009-09-30 04:23:01 -04:00
										 |  |  | ! Copyright (C) 2009 Doug Coleman. | 
					
						
							|  |  |  | ! See http://factorcode.org/license.txt for BSD license. | 
					
						
							|  |  |  | USING: random random.dummy tools.test ;
 | 
					
						
							|  |  |  | IN: random.dummy.tests | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-03 12:39:59 -04:00
										 |  |  | { 10 } [ 10 <random-dummy> random-32* ] unit-test | 
					
						
							|  |  |  | { 100 } [ 10 <random-dummy> 100 seed-random random-32* ] unit-test |