我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。& E! i5 S' @" N- b
import swarm.Globals;
7 h: H$ q- t) L+ Q( x! }+ ?$ a- v3 c, p2 e) z3 {
public class test {1 r O, U7 [4 o4 V, k8 O
/**, D$ p8 Q& P1 k% x
* @param args
: A, ^) _+ \( E8 w' X *// Y% |0 ?! j; y" Y2 j% M/ c
public static void main(String[] args) {. Q4 R) `" ^; z+ n; p4 p r
1 Q3 I/ H. G4 b$ _
int y=(int)(10*Math.random());6 P% _: Y7 {2 W8 J
System.out.println("result is "+y);
; P8 ?" A- G) ~4 C" H2 |
) T( Y( k6 \9 T; m, X( Y/ i double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
* t9 x! B5 m# J System.out.print(z+" re");" \4 _: F7 Y: ]; ?
}
5 e6 s5 @) W( I( m}
$ t. S( U f! |; b1 ^2 Q) i% `+ m" c+ p8 X
结果是:7 c6 I# f5 l/ W: Z
result is 2$ ^. o) y& W0 D! c0 I! |
## Q, }* [! ]% Y* Y
# An unexpected error has been detected by Java Runtime Environment:
+ c) L1 V A7 z5 G- Z* C* U- S- \#
% |& u6 x) b' u( q# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=1068
" p$ a( n& r/ G% |; S7 }#
J/ J, L! F3 R; |' z& A4 _# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)7 k8 q) j# G3 J5 D# [ T9 T' n- e
# Problematic frame:
0 p3 C( w0 G; y! i! s8 G5 f9 i# C [javaswarm.dll+0xb8305]
- i3 O1 D% D* s4 g3 h#
% }* ^( c# f, \' J7 W" Y2 f: f# An error report file with more information is saved as hs_err_pid1064.log |