diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-28 21:31:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-28 21:31:47 +0000 |
commit | aae1d79f28d9a96e40d2bbeea4b485a716aa8f72 (patch) | |
tree | 1cc349457d9581e144a1de32429b5dbddaaf5c7f /Master/texmf-dist/tex/latex/randomwalk | |
parent | f9c2c75c303e6995bd74abb76d37714d93eea864 (diff) |
randomwalk (28dec18)
git-svn-id: svn://tug.org/texlive/trunk@49513 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/randomwalk')
-rw-r--r-- | Master/texmf-dist/tex/latex/randomwalk/randomwalk.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/randomwalk/randomwalk.sty b/Master/texmf-dist/tex/latex/randomwalk/randomwalk.sty index 768b76b76b6..1d8348009dd 100644 --- a/Master/texmf-dist/tex/latex/randomwalk/randomwalk.sty +++ b/Master/texmf-dist/tex/latex/randomwalk/randomwalk.sty @@ -12,10 +12,10 @@ %% to Bruno Le Floch (see the latex-randomwalk repository %% on GitHub). %% -%% File: randomwalk.dtx Copyright (C) 2011-2017 Bruno Le Floch +%% File: randomwalk.dtx Copyright (C) 2011-2018 Bruno Le Floch %% %% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3 +%% conditions of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt @@ -28,15 +28,15 @@ %% ----------------------------------------------------------------------- \RequirePackage{expl3}[2017/11/14] \ProvidesExplPackage - {randomwalk} {2017/11/29} {0.5} {Customizable random walks} + {randomwalk} {2018/12/28} {0.6} {Customizable random walks} \RequirePackage{xparse}[2017/11/14] \RequirePackage{pgfcore} -\int_const:Nn \c__randomwalk_lcg_last_int { \c_max_int - \c_one } +\int_const:Nn \c__randomwalk_lcg_last_int { \c_max_int - 1 } \AtBeginDocument { \RequirePackage [ - first= \c_zero , + first= 0 , last = \c__randomwalk_lcg_last_int , counter = lcg@rand ] |