Skip to main content
Top

2021 | OriginalPaper | Chapter

8. Efficient Use of Randomisation Algorithms for Probability Prediction in Baccarat Using: Monte Carlo and Las Vegas Method

Authors : Avani Jindal, Janhvi Joshi, Nikhil Sajwan, Naman Adlakha, Sandeep Pratap Singh

Published in: Proceedings of the International Conference on Paradigms of Computing, Communication and Data Sciences

Publisher: Springer Singapore

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Abstract

Randomised algorithms use a degree of randomness in their logic. Such algorithms provide a solution which may not always be optimal, but is often produced faster than a brute force process. This paper explores the two classes of randomised algorithms: Las Vegas and Monte Carlo. A Las Vegas algorithm always produces the correct result, but its running time is based on a random value. A Monte Carlo algorithm has a deterministic running time and produces an answer that has a probability of  ≥ 1/3 of being correct. By means of this paper, we develop algorithms that predict the winning probabilities of the betting options in the casino table card game of Baccarat. Both classes of algorithms have been implemented in two ways each, varying in space and time complexities. We also propose and implement a novel approach to reduce the time complexity of a typical Las Vegas algorithm through the use of multithreading. A comparative study for the algorithms has also been done.

Dont have a licence yet? Then find out more about our products and how to get one now:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Literature
2.
go back to reference Cherkaoui A, Fischer V, Fesquet L, Aubert A (2013) A very high speed true random number generator with entropy assessment. In: International workshop on cryptographic hardware and embedded systems. Springer, Berlin, pp 179–196 Cherkaoui A, Fischer V, Fesquet L, Aubert A (2013) A very high speed true random number generator with entropy assessment. In: International workshop on cryptographic hardware and embedded systems. Springer, Berlin, pp 179–196
3.
go back to reference Dejun L, Zhen P (2012) Research of true random number generator based on PLL at FPGA. Proc Eng 29:2432–2437CrossRef Dejun L, Zhen P (2012) Research of true random number generator based on PLL at FPGA. Proc Eng 29:2432–2437CrossRef
4.
go back to reference Barak B, Shaltiel R, Tromer E (2003) True random number generators secure in a changing environment. In: International workshop on cryptographic hardware and embedded systems. Springer, Berlin, pp 166–180 Barak B, Shaltiel R, Tromer E (2003) True random number generators secure in a changing environment. In: International workshop on cryptographic hardware and embedded systems. Springer, Berlin, pp 166–180
5.
go back to reference Yang YG, Zhao Q (2016) Novel pseudo-random number generator based on quantum random walks. Sci Rep 6(1):1–11CrossRef Yang YG, Zhao Q (2016) Novel pseudo-random number generator based on quantum random walks. Sci Rep 6(1):1–11CrossRef
6.
go back to reference Zhao Z, Kumar M (2012) A comparative study of randomized algorithms for multidimensional integration. In: 2012 15th international conference on information fusion. IEEE, pp 2236–2242 Zhao Z, Kumar M (2012) A comparative study of randomized algorithms for multidimensional integration. In: 2012 15th international conference on information fusion. IEEE, pp 2236–2242
8.
go back to reference Dantan JY, Qureshi AJ (2009) Worst-case and statistical tolerance analysis based on quantified constraint satisfaction problems and Monte Carlo simulation. Comput Aided Des 41(1):1–12CrossRef Dantan JY, Qureshi AJ (2009) Worst-case and statistical tolerance analysis based on quantified constraint satisfaction problems and Monte Carlo simulation. Comput Aided Des 41(1):1–12CrossRef
9.
go back to reference Truchet C, Richoux F, Codognet P (2013) Prediction of parallel speed-ups for Las Vegas algorithms. In: 2013 42nd international conference on parallel processing. IEEE, pp 160–169 Truchet C, Richoux F, Codognet P (2013) Prediction of parallel speed-ups for Las Vegas algorithms. In: 2013 42nd international conference on parallel processing. IEEE, pp 160–169
10.
go back to reference Hoos H, Stützle T (1998) Evaluating Las Vegas algorithms–Pitfalls and remedies In: Proceedings of the 14th conference on uncertainty in artificial intelligence. arXiv:abs/1301.7383 Hoos H, Stützle T (1998) Evaluating Las Vegas algorithms–Pitfalls and remedies In: Proceedings of the 14th conference on uncertainty in artificial intelligence. arXiv:​abs/​1301.​7383
11.
12.
go back to reference Fujita R, Iwata KI, Yamamoto H (2019) An iterative algorithm to optimize the average performance of Markov chains with finite states. In: 2019 IEEE international symposium on information theory (ISIT). IEEE, pp 1902–1906 Fujita R, Iwata KI, Yamamoto H (2019) An iterative algorithm to optimize the average performance of Markov chains with finite states. In: 2019 IEEE international symposium on information theory (ISIT). IEEE, pp 1902–1906
13.
go back to reference Scarabottolo I, Ansaloni G, Constantinides GA, Pozzi L (2019) Partition and propagate: an error derivation algorithm for the design of approximate circuits. In: 2019 56th ACM/IEEE design automation conference (DAC). IEEE, pp 1–6 Scarabottolo I, Ansaloni G, Constantinides GA, Pozzi L (2019) Partition and propagate: an error derivation algorithm for the design of approximate circuits. In: 2019 56th ACM/IEEE design automation conference (DAC). IEEE, pp 1–6
14.
go back to reference Hsu CH, Hung SC, Chen H, Sun FK, Chang YW (2019) A DAG-based algorithm for obstacle-aware topology-matching on-track bus routing. In: 2019 56th ACM/IEEE design automation conference (DAC). IEEE, pp 1–6 Hsu CH, Hung SC, Chen H, Sun FK, Chang YW (2019) A DAG-based algorithm for obstacle-aware topology-matching on-track bus routing. In: 2019 56th ACM/IEEE design automation conference (DAC). IEEE, pp 1–6
Metadata
Title
Efficient Use of Randomisation Algorithms for Probability Prediction in Baccarat Using: Monte Carlo and Las Vegas Method
Authors
Avani Jindal
Janhvi Joshi
Nikhil Sajwan
Naman Adlakha
Sandeep Pratap Singh
Copyright Year
2021
Publisher
Springer Singapore
DOI
https://doi.org/10.1007/978-981-15-7533-4_8