Random Numbers and Computers
Autor Ronald T. Kneuselen Limba Engleză Hardback – 13 apr 2018
Practical applications are demonstrated with hands-on presentation and descriptions that readers can apply directly to their own work. Examples are in C and Python and given with an emphasis on understanding the algorithms to the point of practical application. The examples are meant to be implemented, experimented with and improved/adapted by the reader.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 379.96 lei 22-36 zile | |
Springer International Publishing – 19 dec 2018 | 379.96 lei 22-36 zile | |
Hardback (1) | 466.64 lei 43-57 zile | |
Springer International Publishing – 13 apr 2018 | 466.64 lei 43-57 zile |
Preț: 466.64 lei
Preț vechi: 548.99 lei
-15% Nou
Puncte Express: 700
Preț estimativ în valută:
89.31€ • 92.77$ • 74.18£
89.31€ • 92.77$ • 74.18£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783319776965
ISBN-10: 3319776967
Pagini: 286
Ilustrații: XVI, 260 p. 42 illus., 27 illus. in color.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.56 kg
Ediția:1st ed. 2018
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland
ISBN-10: 3319776967
Pagini: 286
Ilustrații: XVI, 260 p. 42 illus., 27 illus. in color.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.56 kg
Ediția:1st ed. 2018
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland
Cuprins
1 Random and Pseudorandom Sequences.- 2 Generating Uniform Random Numbers.- 3 Generating Nonuniform Random Numbers.- 4 Testing Pseudorandom Generators.- 5 Parallel Random Number Generators.- 6 Cryptographically Secure Pseudorandom Number Generators.- 7 Other Random Sequences.
Notă biografică
Ronald T. Kneusel holds a PhD in Computer Science from the University of Colorado, Boulder and an MS in Physics from Michigan State University. His background includes development of algorithms and applications for varied scientific disciplines from remote sensing to medical imaging. He is currently a Senior Data Scientist for Harris Corporation applying deep learning models to remote sensing imagery and other data sources. A product of the microcomputer revolution, Kneusel has had a life-long fascination with all aspects of computer science and mathematics. This is his second Springer book. The first, “Numbers and Computers” (in 2nd edition), explores how computers store and manipulate numbers.
Caracteristici
Practical presentation and analysis of existing and historic pseudorandom number generation techniques. The hands-on presentation and descriptions give readers a practical knowledge to apply directly to their own work. Skipping the step of translating theoretical results into something directly applicable, it also lowers the bar for enjoying the book by not requiring a sophisticated math background. This is particularly beneficial to undergraduate students Implementations, with walk-through, in C and Python, that includes descriptions of an algorithm followed by an implementation in a familiar and commonly used programming language with its own description. This reinforces the ideas behind the algorithm and provides code that can be used as-is or adapted intelligently Experiments to illustrate the properties of pseudorandom number generators, including how to compare them with each other. The experiments are advanced enough to show a real use while still fitting nicely into the presentation format enforced by a static book. It also gives the reader an opportunity to see the "how and why" of the selection and implementation. This benefits the reader by going beyond a simple presentation and augmenting it with a worked example