1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
|
# Localization of the module randlib
# Please see in SCI/tools/localization for localization management
# Copyright (C) 2007-2008 - INRIA
# Copyright (C) 2008-2011 - DIGITEO
# Copyright (C) 2012-2014 - Scilab-Enterprises
# This file is distributed under the same license as the Scilab package.
#
msgid ""
msgstr ""
"Project-Id-Version: Scilab\n"
"Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n"
"POT-Creation-Date: 2013-04-16 17:44+0100\n"
"Last-Translator: Vincent COUVERT <vincent.couvert@scilab-enterprises.com>\n"
"Language-Team: Scilab Localization <localization@lists.scilab.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"Revision-Date: 2015-03-27 13:54+0100\n"
# File: sci_gateway/c/sci_grand.c, line: 156
# File: sci_gateway/c/sci_grand.c, line: 511
# File: sci_gateway/c/sci_grand.c, line: 571
# File: sci_gateway/c/sci_grand.c, line: 1006
#, c-format
msgid "%s: Wrong number of input argument: %d expected with option '%s'.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 161
#, c-format
msgid "%s: Wrong number of output argument: %d expected the option '%s'.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 200
#, c-format
msgid "The %s option affects only the clcg4 generator\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 204
# File: sci_gateway/c/sci_grand.c, line: 420
# File: sci_gateway/c/sci_grand.c, line: 446
# File: sci_gateway/c/sci_grand.c, line: 469
# File: sci_gateway/c/sci_grand.c, line: 492
# File: sci_gateway/c/sci_grand.c, line: 529
#, c-format
msgid "%s: Wrong number of input arguments: %d expected with option '%s'.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 210
# File: sci_gateway/c/sci_grand.c, line: 216
# File: sci_gateway/c/sci_grand.c, line: 222
# File: sci_gateway/c/sci_grand.c, line: 228
# File: sci_gateway/c/sci_grand.c, line: 297
# File: sci_gateway/c/sci_grand.c, line: 303
# File: sci_gateway/c/sci_grand.c, line: 329
# File: sci_gateway/c/sci_grand.c, line: 335
# File: sci_gateway/c/sci_grand.c, line: 341
# File: sci_gateway/c/sci_grand.c, line: 347
# File: sci_gateway/c/sci_grand.c, line: 377
# File: sci_gateway/c/sci_grand.c, line: 383
# File: sci_gateway/c/sci_grand.c, line: 402
# File: sci_gateway/c/sci_grand.c, line: 610
# File: sci_gateway/c/sci_grand.c, line: 626
# File: sci_gateway/c/sci_grand.c, line: 645
# File: sci_gateway/c/sci_grand.c, line: 652
#, c-format
msgid "%s: Wrong type for input argument #%d: Scalar expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 249
#, c-format
msgid ""
"%s: Wrong number of input arguments: %d expected for '%s' with the %s "
"generator.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 271
#, c-format
msgid ""
"%s: Wrong values for input argument: Vector of %d or %d values for %s "
"expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 282
#, c-format
msgid "%s: Wrong size for input argument #%d: %dx%d expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 314
#, c-format
msgid ""
"%s: Wrong number of input arguments: %d or %d expected for '%s' option with "
"the %s generator.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 323
#, c-format
msgid ""
"%s: Wrong number of input arguments: expected %d for '%s' option with the %s "
"or %s generator.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 371
# File: sci_gateway/c/sci_grand.c, line: 396
#, c-format
msgid ""
"%s: Wrong number of input arguments: %d expected for '%s' option with the %s "
"generator.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 425
#, c-format
msgid "%s: Wrong number of output argument: %d expected with option '%s'.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 442
#, c-format
msgid "%s: The %s option affects only the %s generator\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 452
#, c-format
msgid "%s: Wrong value for input argument #%d: %d, %d or %d expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 465
# File: sci_gateway/c/sci_grand.c, line: 488
#, c-format
msgid "The %s option affects only the %s generator\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 475
#, c-format
msgid "%s: Wrong value for input argument #%d: Must be between %d and %d.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 499
#, c-format
msgid "%s: Wrong value for input argument #%d: Must be > %d.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 516
msgid "This information concerns only the clcg4 generator\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 559
#, c-format
msgid ""
"%s: Wrong value for input argument #%d: '%s', '%s', '%s', '%s', '%s' or '%s' "
"expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 581
#, c-format
msgid "%s: Wrong value for input argument #%d: '%s' is unknown.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 660
#, c-format
msgid "%s: Wrong type for input argument #%d: String expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 668
# File: sci_gateway/c/sci_grand.c, line: 674
#, c-format
msgid "%s: Wrong value for input argument #%d: Positive scalar expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 709
msgid "Missing A and B for beta law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 715
# File: sci_gateway/c/sci_grand.c, line: 721
# File: sci_gateway/c/sci_grand.c, line: 750
# File: sci_gateway/c/sci_grand.c, line: 756
# File: sci_gateway/c/sci_grand.c, line: 792
# File: sci_gateway/c/sci_grand.c, line: 854
# File: sci_gateway/c/sci_grand.c, line: 860
# File: sci_gateway/c/sci_grand.c, line: 891
# File: sci_gateway/c/sci_grand.c, line: 897
#, c-format
msgid "%s: Wrong size for input argument: Scalar expected for %s.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 729
#, c-format
msgid "Rand(...,'bet',..): A or B < %f\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 744
msgid "Missing Dfn and Dfd for F law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 764
msgid "Degrees of freedom nonpositive\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 780
#, c-format
msgid ""
"%s: Wrong value for input argument #%d: Must be the number of random "
"deviate.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 786
msgid "Missing N and P for MULtinomial law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 798
#, c-format
msgid "%s: Wrong size for input argument: Column vector expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 805
# File: sci_gateway/c/sci_grand.c, line: 1110
# File: sci_gateway/c/sci_grand.c, line: 1149
msgid "N < 0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 810
msgid "Ncat <= 1\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 818
#, c-format
msgid "P(%d) < 0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 823
#, c-format
msgid "P(%d) > 1\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 830
msgid "Sum of P(i) > 1\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 848
msgid "Missing shape and rate for Gamma law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 868
msgid "grand(..'gam',A,R) : A <= 0.0 or R <= 0.0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 885
msgid "Missing Av and Sd for Normal law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 905
msgid "SD < 0.0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 920
msgid "Missing Low and High for Uniform Real law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 927
# File: sci_gateway/c/sci_grand.c, line: 934
# File: sci_gateway/c/sci_grand.c, line: 967
# File: sci_gateway/c/sci_grand.c, line: 974
# File: sci_gateway/c/sci_grand.c, line: 1091
# File: sci_gateway/c/sci_grand.c, line: 1097
# File: sci_gateway/c/sci_grand.c, line: 1130
# File: sci_gateway/c/sci_grand.c, line: 1136
# File: sci_gateway/c/sci_grand.c, line: 1340
# File: sci_gateway/c/sci_grand.c, line: 1346
# File: sci_gateway/c/sci_grand.c, line: 1375
# File: sci_gateway/c/sci_grand.c, line: 1381
# File: sci_gateway/c/sci_grand.c, line: 1387
# File: sci_gateway/c/sci_grand.c, line: 1416
# File: sci_gateway/c/sci_grand.c, line: 1445
# File: sci_gateway/c/sci_grand.c, line: 1475
# File: sci_gateway/c/sci_grand.c, line: 1505
#, c-format
msgid "%s: Wrong type for input argument: Scalar expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 944
# File: sci_gateway/c/sci_grand.c, line: 982
#, c-format
msgid "%s: Wrong type for input argument. Low < High expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 959
msgid "Missing Low and High for Uniform int law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 988
msgid "a and b must integers with (b-a+1) <= 2147483561"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1024
#, c-format
msgid ""
"%s: Wrong value for input argument: Number of random simulation expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1030
msgid "Missing vect for random permutation\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1064
#, c-format
msgid ""
"%s: Wrong type for input argument: Matrix (full or sparse) or Hypermatrix of "
"Reals, Complexes, Integers, Booleans, Strings or Polynomials expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1085
msgid "Missing N and P for Negative Binomial law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1105
# File: sci_gateway/c/sci_grand.c, line: 1144
msgid "P is not in [0,1]\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1124
msgid "Missing N and P for Binomial law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1165
# File: sci_gateway/c/sci_grand.c, line: 1219
#, c-format
msgid ""
"%s: Wrong value for input argument #%d: Must be the number of random "
"simulation.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1171
msgid "Missing Mean and Cov for Multivariate Normal law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1177
#, c-format
msgid "%s: Wrong type for input argument: Column vector expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1183
#, c-format
msgid "%s: Wrong type for input argument: Square matrix expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1188
#, c-format
msgid ""
"%s: Wrong type for input arguments: Mean and Cov have incompatible "
"dimensions\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1198
#, c-format
msgid "%s: Wrong size for input arguments: Mean and Cov are of null size.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1225
#, c-format
msgid "%s: Missing P matrix and X0 for Markov chain\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1232
#, c-format
msgid ""
"%s: Wrong type for input argument #%d: Square matrix or row vector "
"expected.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1238
msgid "X0 is empty\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1245
#, c-format
msgid "%s: X0(%d) must be in the range [1,%d[\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1260
#, c-format
msgid "P(%d,%d) < 0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1265
#, c-format
msgid "P(%d,%d) > 1\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1272
#, c-format
msgid "Sum of P(%d,1:%d)=%f ~= 1\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1316
#, c-format
msgid "%s: Wrong number of input argument.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1334
msgid "Missing Df and Xnonc for non-central chi-square law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1352
msgid "DF < 1 or XNONC < 0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1369
msgid "Missing Dfn, Dfd and Xnonc for non-central F law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1393
msgid "DF < 1.0 or DF <= 0.0 or Xnonc < 0.0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1410
msgid "Missing Df for chi-square law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1422
msgid "Rand: DF <= 0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1439
msgid "Missing Av for Poisson law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1451
msgid "Av < 0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1469
msgid "Missing p for Geometric law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1481
#, c-format
msgid "%s: Wrong value for input argument: Must be between '%s' and %d.\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1499
msgid "Missing Av for exponential law\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1511
msgid "Av < 0.0\n"
msgstr ""
#
# File: sci_gateway/c/sci_grand.c, line: 1526
#, c-format
msgid "%s: Wrong value for input argument %s.\n"
msgstr ""
#
# File: src/c/clcg2.c, line: 97
msgid ""
"\n"
"Bad seeds for clcg2, must be integers with s1 in [1, 2147483562]\n"
" and s2 in [1, 2147483398]\n"
msgstr ""
#
# File: src/c/clcg4.c, line: 216
msgid ""
"\n"
" bad seeds for clcg4, must be integers with s1 in [1, 2147483646]\n"
" s2 in [1, 2147483542]\n"
" s3 in [1, 2147483422]\n"
" s4 in [1, 2147483322]"
msgstr ""
#
# File: src/c/clcg4.c, line: 242
#, c-format
msgid "WARNING: %s\n"
msgstr ""
#
# File: src/c/clcg4.c, line: 242
#, c-format
msgid ""
"be aware that you may have lost synchronization\n"
" between the virtual generator %d and the others.\n"
" use grand(\"setall\", s1, s2, s3, s4) if you want to recover it."
msgstr ""
#
# File: src/c/fsultra.c, line: 175
msgid ""
"\n"
"Bad seed for fsultra, must be integers in [0, 2^32-1]\n"
msgstr ""
#
# File: src/c/fsultra.c, line: 188
#, c-format
msgid ""
"\n"
"The first component of the fsultra state, must be an int in [0, %d]\n"
msgstr ""
#
# File: src/c/fsultra.c, line: 196
msgid ""
"\n"
"The second component of the fsultra state, must be 0 or 1\n"
msgstr ""
#
# File: src/c/fsultra.c, line: 204
msgid ""
"\n"
"The third component of the fsultra state, must be an int in [1, 2^32-1]\n"
msgstr ""
#
# File: src/c/kiss.c, line: 71
msgid "Bad seeds for kiss, must be integers in [0,2^32-1]\n"
msgstr ""
#
# File: src/c/mt.c, line: 150
msgid "Bad seed for mt, must be an int in [0, 2^32-1]\n"
msgstr ""
#
# File: src/c/mt.c, line: 177
msgid "The first component of the mt state mt, must be an int in [1, 624]\n"
msgstr ""
#
# File: src/c/urand.c, line: 64
msgid ""
"\n"
"Bad seed for urand, must be an int in [0, 2147483647]\n"
msgstr ""
#
# File: src/norandlib/norandlib.c, line: 20
msgid "Scilab randlib interface not installed.\n"
msgstr ""
# File: demos/binomial.dem.sce, line: 59
msgid "Simulation of a binomial random variable"
msgstr ""
#
# File: demos/binomial.dem.sce, line: 63
# File: demos/discrete.dem.sce, line: 47
# File: demos/discrete_uni.dem.sce, line: 39
# File: demos/exp.dem.sce, line: 41
# File: demos/geometric.dem.sce, line: 48
# File: demos/poisson.dem.sce, line: 51
msgid "Simulation"
msgstr ""
#
# File: demos/binomial.dem.sce, line: 63
# File: demos/discrete.dem.sce, line: 47
# File: demos/discrete_uni.dem.sce, line: 39
# File: demos/exp.dem.sce, line: 41
# File: demos/geometric.dem.sce, line: 48
# File: demos/poisson.dem.sce, line: 51
msgid "Theory"
msgstr ""
#
# File: demos/discrete.dem.sce, line: 43
msgid "Simulation of a discrete random variable"
msgstr ""
#
# File: demos/discrete_uni.dem.sce, line: 35
msgid "Simulation of a discrete uniform random variable"
msgstr ""
#
# File: demos/erlang.dem.sce, line: 40
msgid "Simulation of a Erlang random variable"
msgstr ""
#
# File: demos/exp.dem.sce, line: 32
msgid "Simulation of an exponential random variable"
msgstr ""
#
# File: demos/exp.dem.sce, line: 33
msgid "Classes"
msgstr ""
#
# File: demos/geometric.dem.sce, line: 15
msgid "p must be < 1"
msgstr ""
#
# File: demos/geometric.dem.sce, line: 44
msgid "Simulation of a geometric random variable"
msgstr ""
#
# File: demos/hypergeom.dem.sce, line: 31
msgid "Simulation of a hyper geometric random variable"
msgstr ""
#
# File: demos/poisson.dem.sce, line: 47
msgid "Simulation of a Poisson random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 10
msgid "Random"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 12
msgid "binomial random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 13
msgid "discrete random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 14
msgid "discrete uniform random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 15
msgid "geometric random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 16
msgid "Poisson random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 17
msgid "Exponential random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 18
msgid "Weibull random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 19
msgid "Hyper geometric random variable"
msgstr ""
#
# File: demos/randlib.dem.gateway.sce, line: 20
msgid "Erlang random variable"
msgstr ""
#
# File: demos/weibull.dem.sce, line: 26
msgid "Simulation of a Weibull random variable"
msgstr ""
|