5 lines
122 B
Text
5 lines
122 B
Text
|
|
rreal()={
|
||
|
|
my(pr=32*ceil(default(realprecision)*log(10)/log(4294967296))); \\ Current precision
|
||
|
|
random(2^pr)*1.>>pr
|
||
|
|
};
|