pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-04-09
2016-04-09 16:47:42 by Martin Nilsson <nilsson@fastmail.com>
30f5b2f89165e6700c65eb5a9707bbe6464895dd (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
unsigned INT64 -> UINT64
2158:
PIKEFUN float random(float f) { if(f<=0.0) RETURN 0.0;
-
unsigned
INT64
value;
+
UINT64
value;
if (THIS->buffer_bits < 64) fill_int_buffer(); value = THIS->int_buffer;