summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-25 23:08:11 +0000
committerKarl Berry <karl@freefriends.org>2013-11-25 23:08:11 +0000
commit0c6abd35bd23751f17122fb5d5eee32af08cd6ba (patch)
tree05ac632cd79835f4fa0aa126481304e22ae2a463 /Master/texmf-dist/dvips
parent980edfc6ce985228275814cdef91c1c2d48796f5 (diff)
pstricks (25nov13)
git-svn-id: svn://tug.org/texlive/trunk@32240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index b6ceff83940..3995ab2d79f 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,7 +1,7 @@
% $Id: pstricks.pro 845 2013-11-08 19:01:48Z herbert $
%
%% PostScript prologue for pstricks.tex.
-%% Version 1.19, 2013/11/08
+%% Version 1.20, 2013/11/25
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -54,7 +54,8 @@ tx@Dict begin
sub % yB-yA xA-xB
Pyth } def
/PtoC { 2 copy cos mul 3 1 roll sin mul } def % Polar to Cartesian
-/Rand { rand 4294967295 div } def % a real random number
+%/Rand { rand 4294967295 div } def % a real random number
+/Rand { rand 2147483447 div } def % a real random number between 0 and 1
%----------------- hv added 20050516 ---------------
/PiDiv2 1.57079632680 def
/Pi 3.14159265359 def