Pseudo-Random Number Generator From Scratch in Python

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 14

  • @oguzhantopaloglu9442
    @oguzhantopaloglu9442 Год назад +3

    Make more videos about the other PRNG algorithms please...
    Also you could teach us about Monte Carlo random number generation too

  • @interstellarfrog
    @interstellarfrog Год назад +1

    Amazing video used this algorithm for a basic pseudo random number generator for my OS im writing in rust using the rdseed assembly instruction to get a random seed

  • @paulthomas1052
    @paulthomas1052 Год назад

    Great demo as usual - thanks very much !

  • @joshuatanase3718
    @joshuatanase3718 Год назад

    12:40 another option is to use the mouse cursor position with pyautogui.position()

  • @maths5921
    @maths5921 Год назад

    Can you create a call recorder using python

  • @MAHESHKUMAR-zi3rj
    @MAHESHKUMAR-zi3rj Год назад

    Nice video sir

    • @MAHESHKUMAR-zi3rj
      @MAHESHKUMAR-zi3rj Год назад

      @heptex8989 That what we have been teached is it wrong sir

  • @A.A.Selwy-77
    @A.A.Selwy-77 Год назад

    Great.

  • @eineatombombe
    @eineatombombe Год назад +1

    great video! just what i needed, also, no offsense - your face looks ai generated. are you real?

  • @unperrier5998
    @unperrier5998 Год назад

    how about fixing the typo in the thumbnail?

  • @NobleApollogaming
    @NobleApollogaming 9 дней назад

    Do not use this in cryptographic applications

  • @WayneMatale
    @WayneMatale Год назад

    First🔥