Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/tests/#35822-random.ttl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6635 - (hide annotations) (download)
Thu Mar 16 03:31:53 2017 UTC (7 years ago) by doda
Original Path: trunk/tests/#35822-random.ttl
File size: 410 byte(s)
random のテストだという事が判り易いように名前を変更
1 maya 6353 intdim res 11
2    
3     for i 1 1000000
4     random val 10
5     res[val] = res[val] + 1
6     next
7    
8     str = ''
9     for i 0 10
10     sprintf2 tmp '%d\t%d' i res[i]
11     strconcat str tmp
12 doda 6634 strconcat str #13#10
13 maya 6353 next
14     strspecial str
15     messagebox str 'result'
16    
17     uptime time
18     int2str str_time time
19     strconcat filename '35822_'
20     strconcat filename str_time
21     strconcat filename '.txt'
22    
23     fileopen fp filename 0
24     filewrite fp str
25     fileclose fp

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26