我在试着编程,很简单的取随机数,可就这样也不对,我不知道哪里错了,编译时没问题,而且在Eclipse环境下运行JSimpleBug的例程也没出错,可为什么我这个简单的试验程序却出错了呢?帮帮忙吧。在Eclipse环境下。
; S, ~7 Q5 r: P Cimport swarm.Globals;6 \ I5 n( M$ }% O' E: }4 A
2 E- K \8 p# v+ D5 w' R6 {6 q) A
public class test {
) o s( L) W; D; d9 k; D /**
- C7 F0 E2 R9 @! Y * @param args
' P, b0 F8 s4 } */- ], X$ \% M: |8 W3 o6 W
public static void main(String[] args) {* L0 D) H- z4 s( W4 ?; ~/ @5 O& @
C5 w4 F% n- A
int y=(int)(10*Math.random());& x6 E* K7 l, |
System.out.println("result is "+y);
+ P- H; c7 l. k& \/ V) Y* R4 r/ ^& L+ ^1 A$ ]9 o% |/ U+ U3 s
double z=Globals.env.uniformDblRand.getDoubleWithMin$withMax(0.0, 1.0);
4 x' t d: M+ | System.out.print(z+" re");
) o; G3 c K& A" ` }, n8 T/ }) ^+ v
}& z) Q/ M1 a5 o5 Q& B
9 C6 ` _" W5 \& a. h' Y
结果是:" D9 Y8 V+ K5 B5 J$ i
result is 26 B0 x9 V7 c/ e( q# p4 P
#
& Y1 z. m+ o S& T. O* o# An unexpected error has been detected by Java Runtime Environment:2 X3 \/ k( G: y$ ]1 m: x8 I2 U- Q
#
3 {. J- [1 e. q |% Y# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100b8305, pid=1064, tid=10681 P9 `. w8 I/ ?- w; U( Z
#$ @( A& ~2 _. d1 h
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
2 ~7 \$ r6 y9 N4 G3 G# Problematic frame:
& J! x" P" F# d" Q! M5 {# C [javaswarm.dll+0xb8305]
9 j+ F' V( d$ @- V% j% E. w#" t, Y4 R3 [$ C7 q& U
# An error report file with more information is saved as hs_err_pid1064.log |