mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
Reference original specification in SRFI 27 documentation
* doc/ref/srfi-modules.texi (SRFI-27): Link to the original specification of SRFI-27.
This commit is contained in:
parent
262ce91157
commit
6e3d49a073
1 changed files with 6 additions and 3 deletions
|
@ -3231,8 +3231,12 @@ or similar is typical.
|
||||||
@subsection SRFI-27 - Sources of Random Bits
|
@subsection SRFI-27 - Sources of Random Bits
|
||||||
@cindex SRFI-27
|
@cindex SRFI-27
|
||||||
|
|
||||||
@c This subsection is based on the specification of SRFI-27, which has
|
This subsection is based on the
|
||||||
@c the following license:
|
@uref{http://srfi.schemers.org/srfi-27/srfi-27.html, specification of
|
||||||
|
SRFI-27} written by Sebastian Egner.
|
||||||
|
|
||||||
|
@c The copyright notice and license text of the SRFI-27 specification is
|
||||||
|
@c reproduced below:
|
||||||
|
|
||||||
@c Copyright (C) Sebastian Egner (2002). All Rights Reserved.
|
@c Copyright (C) Sebastian Egner (2002). All Rights Reserved.
|
||||||
|
|
||||||
|
@ -3255,7 +3259,6 @@ or similar is typical.
|
||||||
@c OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
@c OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
@c WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@c WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
This SRFI provides access to a (pseudo) random number generator; for
|
This SRFI provides access to a (pseudo) random number generator; for
|
||||||
Guile's built-in random number facilities, which SRFI-27 is implemented
|
Guile's built-in random number facilities, which SRFI-27 is implemented
|
||||||
upon, @xref{Random}. With SRFI-27, random numbers are obtained from a
|
upon, @xref{Random}. With SRFI-27, random numbers are obtained from a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue