Changeset 91b218d0 for doc/theses


Ignore:
Timestamp:
Apr 26, 2022, 5:42:15 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
47204d4
Parents:
1b2adec
Message:

add citations for C++ uniformPRNG and fisherPRNG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.bib

    r1b2adec r91b218d0  
    8080    month       = may,
    8181    year        = 2009,
    82     note        = {\textsf{ftp://g.oswego.edu/\-pub/\-misc/\-malloc.c}},
    83 }
    84 
    85 @misc{ptmalloc2,
    86     author      = {Wolfram Gloger},
    87     title       = {ptmalloc version 2},
    88     month       = jun,
    89     year        = 2006,
    90     note        = {\textsf{http://www.malloc.de/\-malloc/\-ptmalloc2-current.tar.gz}},
     82    note        = {\href{ftp://g.oswego.edu/pub/misc/malloc.c}{ftp://g.oswego.edu/\-pub/\-misc/\-malloc.c}},
    9183}
    9284
     
    119111    month       = mar,
    120112    year        = 2022,
    121     note        = {\href{https://github.com/compudj/librseq}{https://github.com/compudj/librseq}},
     113    note        = {\href{https://github.com/compudj/librseq}{https://github.com/\-compudj/\-librseq}},
    122114}
    123115
     
    176168    year        = 2010,
    177169    note        = {\textsf{http://google-perftools.\-googlecode.\-com/\-files/\-google-perftools-1.5.tar.gz}},
     170}
     171
     172@misc{uniformPRNG,
     173    author      = {\CC Standard Library},
     174    title       = {\lstinline{uniform_int_distribution}},
     175    month       = apr,
     176    year        = 2022,
     177    note        = {\href{https://en.cppreference.com/w/cpp/numeric/random/uniform_int_distribution}{https://en.cppreference.com/w/\-cpp/numeric/\-random/\-uniform\_int\_distribution}},
     178}
     179
     180@misc{fisherPRNG,
     181    author      = {\CC Standard Library},
     182    title       = {\lstinline{fister_f_distribution}},
     183    month       = apr,
     184    year        = 2022,
     185    note        = {\href{https://www.cplusplus.com/reference/random/fisher_f_distribution}{https://www.cplusplus.com/\-reference/\-random/\-fisher\_f\_distribution}},
    178186}
    179187
Note: See TracChangeset for help on using the changeset viewer.