-
-
Notifications
You must be signed in to change notification settings - Fork 698
Closed
Description
The following was introduced by #4934:
menas (x86_64-Linux-suse)
**********************************************************************
File "/home/mariah/sage/sage-3.2.3-x86_64-Linux-suse/devel/sage/sage/misc/randstate.pyx",
line 239:
: with seed(1): (rtest(), rtest())
Expected:
((978, 0.184109262667515, -3*x^2 - 1/12, (4,5), [ 0, 1, 1, 0, 0 ],
1046254370, 60359, 0.83350776541997362), (138, -0.247578366457583, 2*x
- 24, (), [ 1, 1,
1, 0, 1 ], 1077419109, 10234, 0.0033332230808060803))
Got:
((978, 0.184109262667515, -3*x^2 - 1/12, (2,3)(4,5), [ 0, 1, 1, 0,
0 ], 1046254370, 60359, 0.83350776541997362), (138,
-0.247578366457583, 2*x - 24, (1,3,2)(4,5), [ 1, 1, 1, 0, 1 ],
1077419109, 10234, 0.0033332230808060803))
**********************************************************************
Component: misc
Issue created by migration from https://trac.sagemath.org/ticket/4953