Skip to content

Commit

Permalink
fix a typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Jun 1, 2011
1 parent b6192b3 commit a1dd493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Generic function BYTES (COUNT STATE) => random bytes.
cryptographically strong pseudo-random bytes using the random
number generator STATE. Returns the bytes as a SIMPLE-ARRAY
with ELEMENT-TYPE '(UNSIGNED-BYTE 8). Signals an ERROR in case
of problems (for example when the random number has not been
initialized with enough entrophy).
of problems (for example when the random number generator
has not been initialized with enough entrophy).

Function NUMBER (LIMIT &optional (STATE *STATE*)) => random number.
Returns a cryptographically strong pseudo-random number that
Expand Down

0 comments on commit a1dd493

Please sign in to comment.