achilleFranzetti / Calculator2.0

Il famoso calcolatore del corso CS192P
MIT License
0 stars 0 forks source link

numero random (extra 3) #5

Open achilleFranzetti opened 6 years ago

achilleFranzetti commented 6 years ago

come mai mi suggerisce arc4random() invece di quella che ho usato io?

montoyaedu commented 6 years ago

Quella che hai usato tu Intendi drand48?

Forse questo aiuta.

https://medium.com/@skreutzb/random-swift-102c23cd1755

Quale è il comportamento desiderato del tasto rnd in una calcolatrice standard?

http://www.alcula.com/blog/2009/12/how-to-use-the-random-function-of-the-scientific-calculator/

Chi ti suggerisce di usare arc4random?

achilleFranzetti commented 6 years ago

Oila! Ciao! Sapevo che non avresti resistito... arc4random() la suggeriva il docente al corso, ma secondo me è meglio drand48() visto che serve generare un numero compreso fra 0 e 1. Ciaoo

Il giorno mer 6 dic 2017 alle 23:20 Montoya Edu notifications@github.com ha scritto:

Quella che hai usato tu Intendi drand48?

Forse questo aiuta.

https://medium.com/@skreutzb/random-swift-102c23cd1755

Quale è il comportamento desiderato del tasto rnd in una calcolatrice standard?

http://www.alcula.com/blog/2009/12/how-to-use-the-random-function-of-the-scientific-calculator/

Chi ti suggerisce di usare arc4random?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/achilleFranzetti/Calculator2.0/issues/5#issuecomment-349794008, or mute the thread https://github.com/notifications/unsubscribe-auth/AgPHTSyktT4D90O9VJ7DhZZiDPl8qYl6ks5s9xMSgaJpZM4QwZq0 .

--

Achille Franzetti via Varese, 195 21020 Malgesso

montoyaedu commented 6 years ago

Eccomi! Sono tornato!

Prima di tutto, AUGURI!!!! ☃️

Infatti, secondo me hai scelto la funzione più corretta. Diciamo che possiamo chiudere la issue! 😉