Commit 562752c0 authored by Raymond Toy's avatar Raymond Toy
Browse files

Regenerated from sources

parent 86599903
Loading
Loading
Loading
Loading
+15 −12
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ msgstr ""
#: src/code/intl.lisp src/compiler/globaldb.lisp src/code/defstruct.lisp
#: src/code/intl.lisp src/compiler/globaldb.lisp src/code/defstruct.lisp
#: src/code/remote.lisp src/code/wire.lisp src/code/internet.lisp
#: src/code/remote.lisp src/code/wire.lisp src/code/internet.lisp
#: src/code/loop.lisp src/code/run-program.lisp src/code/parse-time.lisp
#: src/code/loop.lisp src/code/run-program.lisp src/code/parse-time.lisp
#: src/code/profile.lisp src/code/ntrace.lisp src/code/rand-mt19937.lisp
#: src/code/profile.lisp src/code/ntrace.lisp src/code/rand-xoroshiro.lisp
#: src/code/debug.lisp src/code/debug-int.lisp src/code/debug-info.lisp
#: src/code/debug.lisp src/code/debug-int.lisp src/code/debug-info.lisp
#: src/code/eval.lisp src/code/filesys.lisp src/code/pathname.lisp
#: src/code/eval.lisp src/code/filesys.lisp src/code/pathname.lisp
#: src/code/fd-stream.lisp src/code/extfmts.lisp src/code/serve-event.lisp
#: src/code/fd-stream.lisp src/code/extfmts.lisp src/code/serve-event.lisp
@@ -12105,13 +12105,13 @@ msgstr ""
msgid "Type \"yes\" for yes or \"no\" for no. "
msgid "Type \"yes\" for yes or \"no\" for no. "
msgstr ""
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
msgid ""
"Generate an random state vector from the given SEED.  The seed can be\n"
"Generate an random state vector from the given SEED.  The seed can be\n"
"  either an integer or a vector of (unsigned-byte 32)"
"  either an integer or a vector of (unsigned-byte 64)"
msgstr ""
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
msgid ""
"Make a random state object.  If STATE is not supplied, return a copy\n"
"Make a random state object.  If STATE is not supplied, return a copy\n"
"  of the default random state.  If STATE is a random state, then return a\n"
"  of the default random state.  If STATE is a random state, then return a\n"
@@ -12119,20 +12119,27 @@ msgid ""
"  the universal time or /dev/urandom if available."
"  the universal time or /dev/urandom if available."
msgstr ""
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid "Argument is not a RANDOM-STATE, T or NIL: ~S"
msgid "Argument is not a RANDOM-STATE, T, or NIL: ~S"
msgstr ""
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid ""
msgid ""
"Generate a uniformly distributed pseudo-random number between zero\n"
"Generate a uniformly distributed pseudo-random number between zero\n"
"  and Arg.  State, if supplied, is the random state to use."
"  and Arg.  State, if supplied, is the random state to use."
msgstr ""
msgstr ""
#: src/code/rand-mt19937.lisp
#: src/code/rand-xoroshiro.lisp
msgid "Argument is not a positive integer or a positive float: ~S"
msgid "Argument is not a positive integer or a positive float: ~S"
msgstr ""
msgstr ""
#: src/code/rand-xoroshiro.lisp
msgid ""
"Jump the RNG-STATE.  This is equivalent to 2^64 calls to the\n"
"  xoroshiro128+ generator.  It can be used to generate 2^64\n"
"  non-overlapping subsequences for parallel computations."
msgstr ""
#: src/code/ntrace.lisp
#: src/code/ntrace.lisp
msgid ""
msgid ""
"This is bound to the returned values when evaluating :BREAK-AFTER and\n"
"This is bound to the returned values when evaluating :BREAK-AFTER and\n"
@@ -18868,10 +18875,6 @@ msgstr ""
msgid "use inline (unsigned-byte 32) operations"
msgid "use inline (unsigned-byte 32) operations"
msgstr ""
msgstr ""
#: src/compiler/float-tran.lisp
msgid "Shouldn't happen"
msgstr ""
#: src/compiler/float-tran.lisp
#: src/compiler/float-tran.lisp
msgid "Can't open-code float to rational comparison."
msgid "Can't open-code float to rational comparison."
msgstr ""
msgstr ""